简体   繁体   中英

Is it possible to extend a library class extend MY_Controller class

是否可以在应用程序-核心文件夹中扩展库类或扩展MY_Controller类。

Yes you can. You can even totally replace them, but are rarely needed. See this manual: https://ellislab.com/codeigniter/user-guide/general/core_classes.html (For Legacy CodeIgniter)

Yes. There are several approaches. This question has been asked and answered many times on Stack Overflow. Search this site for extending CI_Controller

This page discusses some of the options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM