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之后。保证他执行未经允许的情况下执行。
时间: 2024-10-13 23:08:20