Actually, the post by hans at lintoo dot dk (22-Mar-2005 11:33) @
http://theserverpages.com/php/manual/en/ref.mysqli.php show why.
Weird.
On 6/29/07, Lee PHP <[EMAIL PROTECTED]> wrote:
Hi,
I have a class that extends msyqli that AFAIK can connect to the
database, but gives me an error
Hi,
I have a class that extends msyqli that AFAIK can connect to the
database, but gives me an error when I try and query it. Here's my
class:
-- BEGIN DATABASE CLASS --
require_once('Configuration.php');
require_once('RSFSException.php');
class Database extends mysqli {
privat
Hi guys,
For the life of me I can't figure this out. I have two classes as follows:
1. Config.php (based on the Singleton pattern; gets/sets properties).
2. Database.php (also based on the Singleton pattern; extends mysqli).
-- BEGIN CLASS CONFIG --
$line) {
if
Hi there,
I'm new to OO-PHP and have encountered a problem that I just can't
figure out. I have a class called DBAccess that extends mysqli. In a
nutshell, it looks like this:
class DBAccess extends mysqli {
private static $instance;
private static $preferences;
/** Create an instance
4 matches
Mail list logo