Ejemplo n.º 1
0
 /**
  * this action invokes the appropiated handler referenced by a 'classname' url attribute.
  * the specified classname must implements: EYuiActionRunnable.php
  */
 public function run()
 {
     //Yii::log('ACTION CALLED','info');
     $inst = new CocoWidget();
     $inst->runAction($_GET['action'], $_GET['data']);
 }