PHP/Compat
* fixed misc issues Intellisense was nice enough to highlight. * mostly deprecated usage of uninitialized parameters * class GenericPage still needs a long, hard look and a refactor
This commit is contained in:
parent
3e6e43fd68
commit
ec1a2afc5f
75 changed files with 387 additions and 223 deletions
|
|
@ -93,6 +93,8 @@ require_once __DIR__ . '/CacherImpl.php';
|
|||
*/
|
||||
abstract class DbSimple_Database extends DbSimple_LastError
|
||||
{
|
||||
private $attributes;
|
||||
|
||||
/**
|
||||
* Public methods.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ class DbSimple_Mysqli extends DbSimple_Database
|
|||
{
|
||||
var $link;
|
||||
|
||||
private $_lastQuery;
|
||||
|
||||
/**
|
||||
* constructor(string $dsn)
|
||||
* Connect to MySQL server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue