Warning: Undefined variable $className in /home/blskyprojects/public_html/framework/cli/views/shell/controller/controller.php on line 11
extends Controller {
Warning: Undefined variable $actions in /home/blskyprojects/public_html/framework/cli/views/shell/controller/controller.php on line 13

Warning: foreach() argument must be of type array|object, null given in /home/blskyprojects/public_html/framework/cli/views/shell/controller/controller.php on line 13
// ----------------------------------------------------------- // Uncomment the following methods and override them if needed /* public function filters() { // return the filter configuration for this controller, e.g.: return array( 'inlineFilterName', array( 'class'=>'path.to.FilterClass', 'propertyName'=>'propertyValue', ), ); } public function actions() { // return external action classes, e.g.: return array( 'action1'=>'path.to.ActionClass', 'action2'=>array( 'class'=>'path.to.AnotherActionClass', 'propertyName'=>'propertyValue', ), ); } */ }