"sqlite_open" works, "new SQLiteDatabase" don't
Posted: Wed May 21, 2008 12:13 pm
Hi,
I just installed the SQLite extension via "pecl install sqlite". Everything seems to be fine, except the fact that the OO-Style doesn't work. If I code something like
PHP complains about "PHP Fatal error: Class 'SQLiteDatabase' not found"
Any ideas about that?
Regards,
Stabilo
I just installed the SQLite extension via "pecl install sqlite". Everything seems to be fine, except the fact that the OO-Style doesn't work. If I code something like
Code: Select all
$dbhandle = new SQLiteDatabase('sqlitedb');Any ideas about that?
Regards,
Stabilo