Added new command: 'data-sql' that generates SQL from dumped data

This commit is contained in:
William DURAND 2011-03-26 18:20:27 +01:00
commit 4a6088b334
3 changed files with 92 additions and 5 deletions

View file

@ -72,6 +72,7 @@ EOT
'propel.database.database' => $defaultConfig['adapter'],
'propel.database.user' => $defaultConfig['connection']['user'],
'propel.database.password' => $defaultConfig['connection']['password'],
'propel.schema.dir' => $this->getApplication()->getKernel()->getRootDir() . '/propel/schema/',
));
$finder = new Finder();