摘要: 入口文件(一般为index.php) 设置include_path,把Zend的目录加载进来 加载Zend_Loader 设置一些基本路径(可选) Zend_Controller_Front::run('/path/to/controller'); 到Zend_Controller_Front::run 1·实例化本身 1.1 给插件$this->_plugins实例化类 Zend_Controller_Plugin_Broker 1.2 开始分发$this->dispatch 1.2.1 注册一个报错插件 Zend_Controller_Plugin_E 阅读全文
posted @ 2012-04-27 21:59 worminone 阅读(432) 评论(0) 推荐(0)