文件名称:SQLiteDB的PHP实现
文件大小:4KB
文件格式:ZIP
更新时间:2013-07-06 15:34:47
SQLite php
* SQLite PDO 操作类 * * @require php_pdo extension * @require php_pdo_sqlite extension * * @property array $table:protected 所有表 * @property array $queryList:protected 发送查询列表 * @property boolean $debug:protected debug开关 * * 以后将加入: * SQLite索引类型 SQLiteIndex * SQLite触发器类型 SQLiteTrigger * SQLite视图类型 SQLiteView * SQLite存储查询类型 SQLiteQuery *
【文件预览】:
test.php
SQLiteDB.php