debugAndContinue('[INFO] include php controler('.$path_user_controler.')',DEBUG_FRMW_MODULE_LOADER_LAYER);
}
else{
thrownewException('[ERROR]['.$module_name.'] can not found module controler ('.$moduleInfo['module_directory'].'), please check modules.xml registry configuration. '."\nFile php controller:".$path_user_controler.'
');
thrownewcrxException('[ERROR]['.$module_name.'] can not found module controler ('.$moduleInfo['module_directory'].'), please check modules.xml registry configuration. '."\nFile php controller:".$path_user_controler.'');
@@ -485,17 +475,17 @@ class crxFrameworkModuleLoader{
}
if(isset($conf)){
debugAndContinue('[INFO] Set MODULE ENV -> local conf XML for module '.$module_name.' contain : '.count($conf).' entries : $this->_currentModuleConfiguration',DEBUG_FRMW_MODULE_LOADER_LAYER);
@@ -330,13 +332,14 @@ class crxFrameworkWebCommon {
//ex: current_lang => fr , current_lang => en.
debugAndContinue('[INFO][lng()] current language set is :<b>'.$current_lang.'</b> ',DEBUG_LNG_LAYER);
debugAndContinue('[INFO][lng()] current language set is :<b>'.$current_lang.'</b> , module is : '.$current_module.', key is : <b>'.$key.'</b> ',DEBUG_LNG_LAYER);