我有一个用户管理脚本,我计划移植到 codeigniter。
Login extends Integration
Integration extends Generic
Generic extends Connect
Login继承Integration,并Integration继承Generic.etc。所以我可以访问Genericvia中的功能Login。是否有必要制作Login extends CI_Model,如果需要,如何集成其他类,以便在通过调用登录时保持相同的功能$this->load->models()?