nasaphper 发表于 2013-4-17 13:31:22

application/core 下可以有多个自定义的

配置里配置
$config['subclass_prefix'] = 'GW_';
已经存在GW_Controler.php   能否在新加一个文件


dickfu 发表于 2013-4-17 18:41:37

把另一个Controller定义在GW_Controller.php不就行了么~~

Hex 发表于 2013-4-17 18:54:12

不可以有多个。
页: [1]
查看完整版本: application/core 下可以有多个自定义的