Warning: Undefined variable $moduleClass in /home/blskyprojects/public_html/framework/cli/views/shell/module/module.php on line 3
extends CWebModule
{
public function init()
{
// this method is called when the module is being created
// you may place code here to customize the module or the application
// import the module-level models and components
$this->setImport(array(
'
Warning: Undefined variable $moduleID in /home/blskyprojects/public_html/framework/cli/views/shell/module/module.php on line 12
.models.*',
'
Warning: Undefined variable $moduleID in /home/blskyprojects/public_html/framework/cli/views/shell/module/module.php on line 13
.components.*',
));
}
public function beforeControllerAction($controller, $action)
{
if(parent::beforeControllerAction($controller, $action))
{
// this method is called before any module controller action is performed
// you may place customized code here
return true;
}
else
return false;
}
}