* dblayeroo : add a new dblayer class. More OO, supports more options than dblayer
* fts : The Full Text Search module for dummies git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3459 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -6,6 +6,16 @@ spl_autoload_register(function ($class) {
|
||||
|
||||
define ("PHPUNIT", "ON-GOING");
|
||||
|
||||
|
||||
file_put_contents ("Tests/dblayerooSqliteTest.php",
|
||||
str_replace ("{ENGINE}", "sqlite",
|
||||
file_get_contents ("Tests/dblayerooComplet.php")));
|
||||
file_put_contents ("Tests/dblayerooMySQLTest.php",
|
||||
str_replace ("{ENGINE}", "mysql",
|
||||
file_get_contents ("Tests/dblayerooComplet.php")));
|
||||
file_put_contents ("Tests/dblayerooPostgreSQLTest.php",
|
||||
str_replace ("{ENGINE}", "pgsql",
|
||||
file_get_contents ("Tests/dblayerooComplet.php")));
|
||||
file_put_contents ("Tests/dblayerSqliteTest.php",
|
||||
str_replace ("{ENGINE}", "sqlite",
|
||||
file_get_contents ("Tests/dblayerComplet.php")));
|
||||
|
||||
Reference in New Issue
Block a user