phalcon-入门篇6(控制器)
其中介绍了依赖注入,流程函数,钩子函数
流程函数onConstruct,initialize
钩子函数beforeExecuteRoute,afterExecuteRoute
优先级
- onConstruct
- beforeExecuteRoute
- initialize
- Action方法
- afterExecuteRoute
phalcon-入门篇6(控制器)
其中介绍了依赖注入,流程函数,钩子函数
流程函数onConstruct,initialize
钩子函数beforeExecuteRoute,afterExecuteRoute
优先级