/data/webapp/service_zy/Cola/Controller.php[ 82 ]
77 * @param string $methodName
78 * @param array $args
79 */
80 public function __call($methodName, $args)
81 {
82 throw new Exception("Call to undefined method: Cola_Controller::$methodName()");
83 }
84
85 /**
86 * View
87 *
-
/data/webapp/service_zy/index.php [ 28 ] » Cola->dispatch ( )
23 isset($_SESSION) || session_start(); 24 try { 25 26 //ini_get_all(); 27 //session_destroy(); 28 $cola->dispatch(); 29 //var_dump($_SESSION);die; 30 } catch (Cola_Exception $e) { 31 if (FALSE === DEBUG and defined('DEBUG')) { 32 Cola_Exception::log($e); 33 // Cola_Exception::sendMail($e);
-
/data/webapp/service_zy/Cola/Cola.php [ 471 ] » call_user_func ( arguments )
function_name
array(2) { [0]=> object(Controllers_Info)#4 (8) { ["_modelsHome":protected]=> NULL ["_viewsHome":protected]=> NULL ["_tplExt":protected]=> string(4) ".php" ["_keys":protected]=> array(0) { } ["_error":protected]=> NULL ["_isCache":protected]=> bool(false) ["_cachePrex":protected]=> string(0) "" ["_lifeTime":protected]=> int(900) } [1]=> string(12) "localeAction" }
466 } 467 468 /* if (!is_callable($func, true)) { 469 throw new Cola_Exception_Dispatch("Can't dispatch action:{$this->_dispatchInfo['action']}"); 470 } */ 471 call_user_func($func); 472 } 473 } 474 475 }
-
PHP internal call » Controllers_Info->localeAction ( )
-
PHP internal call » Cola_Controller->__call ( arguments )
0
string(12) "localeAction"
1
array(0) { }