LOG_PATH
This commit is contained in:
parent
f317addf6a
commit
520f3802b1
@ -262,9 +262,11 @@ $tabDico = array(
|
||||
),
|
||||
);
|
||||
|
||||
//Définition bdd local
|
||||
$configApp = new Zend_Config($application->getOptions());
|
||||
Zend_Registry::set('config', $configApp);
|
||||
define('LOG_PATH', $configApp->path->data.'/log');
|
||||
|
||||
//Définition bdd local
|
||||
try {
|
||||
$db = Zend_Db::factory($configApp->resources->db);
|
||||
$dbMetier = Zend_Db::factory($configApp->profil->db->metier);
|
||||
|
Loading…
Reference in New Issue
Block a user