Added a global configuration registry.

This commit is contained in:
Loic d'Anterroches
2010-05-17 10:29:00 +02:00
parent 145f6d0d1d
commit a91ce1600f
4 changed files with 236 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ function IDF_Migrations_Backup_run($folder, $name=null)
'IDF_Key',
'IDF_Scm_Cache_Git',
'IDF_Queue',
'IDF_Gconf',
);
$db = Pluf::db();
// Now, for each table, we dump the content in json, this is a
@@ -96,6 +97,7 @@ function IDF_Migrations_Backup_restore($folder, $name)
'IDF_Key',
'IDF_Scm_Cache_Git',
'IDF_Queue',
'IDF_Gconf',
);
$db = Pluf::db();
$schema = new Pluf_DB_Schema($db);