Пример #1
0
 public function init()
 {
     try {
         return parent::init();
         // TODO: Change the autogenerated stub
     } catch (Exception $e) {
         echo "Warning: " . $e->getMessage() . "\n";
         echo "Some actions may not perform correctly\n\n";
     }
 }
Пример #2
0
 public function actionVersion($alias = '/app/version')
 {
     parent::actionVersion($alias);
 }