mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user