新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月12日

摘要: In Zend Framework you can access the current request object from anywhere outside the current controller, for example inside your own base classes. To do so you obtain the singleton instance of the Front Controller Object and access the current request object registered with it.Here is how you do it 阅读全文

posted @ 2012-04-12 23:35 张贺 阅读(205) 评论(0) 推荐(0) 编辑