请教各位前辈ZF框架的一些问题。。。。。。。。
$application = Bll_Application::newInstance($this);
$application->run();
--------------------------------------------------------------
function __call($methodName, $args)
{
return $this->_forward('notfound','error','mobile');
}
各位前辈能否解释下以上的几行代码,谢了。