Directory format
admin ->Lib->Model->AbcModel.class.php
I want to call this admin/AbcModel under
home
I don’t want to change the original D A method
Both of them use import and there is no transmission path
What to do?
Directory format
admin ->Lib->Model->AbcModel.class.php
I want to call this admin/AbcModel under
home
I don’t want to change the original D A method
Both of them use import and there is no transmission path
What to do?
Why do you need to modify the original method? A and R support cross-module calls. You may not be using it correctly. Please refer to the manual
http://doc.thinkphp.cn/manual...