Correct resources

This commit is contained in:
Michael RICOIS 2013-10-29 15:00:07 +00:00
parent 47f40ae063
commit f89ee50e9b

View File

@ -45,7 +45,7 @@ if(isset($opts->help))
$c = new Zend_Config($application->getOptions());
$db = Zend_Db::factory($c->profil->db->local);
$db = Zend_Db::factory($c->resources->db);
$commandesM = new Application_Model_Commandes($db);
$sql = $commandesM->select()