码迷,mamicode.com
首页 > 其他好文 > 详细

控制器(Controllers)

时间:2015-02-12 17:48:35      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

1.初始化控制器(Initializing Controllers),Phalcon\Mvc\Controller offers the initialize method, which is executed first, before any action is executed on a controller. The use of the “__construct” method is not recommended:Phalcon提供了一个初始化方法,这个方法会执行在所有action之前。并且这个方法会执行在beforeExecuteRoute之后。保证他执行未经允许的情况下执行。

控制器(Controllers)

标签:

原文地址:http://www.cnblogs.com/weilewantieba/p/4288479.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!