mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
PHP Doc for $sql and $tp.
This commit is contained in:
@@ -369,6 +369,7 @@ if(!defined('e_SECURITY_LEVEL'))
|
||||
//$e107->url = e107::getUrl(); - caught by __get()
|
||||
//TODO - find & replace $e107->url
|
||||
//DEPRECATED, BC, $e107->tp caught by __get()
|
||||
/** @var e_parse $tp */
|
||||
$tp = e107::getParser(); //TODO - find & replace $tp, $e107->tp
|
||||
|
||||
//define("e_QUERY", $matches[2]);
|
||||
@@ -431,6 +432,7 @@ e107::getSingleton('e107_traffic'); // We start traffic counting ASAP
|
||||
// e107_require_once(e_HANDLER.'mysql_class.php');
|
||||
|
||||
//DEPRECATED, BC, $e107->sql caught by __get()
|
||||
/** @var e_db_mysql $sql */
|
||||
$sql = e107::getDb(); //TODO - find & replace $sql, $e107->sql
|
||||
$sql->db_SetErrorReporting(false);
|
||||
|
||||
|
Reference in New Issue
Block a user