Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个简单的 PHP 问题,我找不到答案。
是否可以从“__construct()”调用函数?
例如,如果我在这里使用 My_Controller 解决方案。如果我在下面添加自己的函数,比如我有更高级的身份验证,我可以从构造中调用它吗?
是的,使用格式$this->myNewFunction();
$this->myNewFunction();