setImport(array( 'moonclub.controllers.*', 'moonclub.components.*', )); } public function beforeControllerAction($controller, $action) { $controller->layout = '//layouts/none'; if(parent::beforeControllerAction($controller, $action)) { return true; } else return false; } }