Admin/Base Controller 在这里可以定义admin后台需要的通用方法
This class object is the super class that every library in CodeIgniter will be assigned to.
$instance : object
Reference to the CI singleton
$param :
__construct() : void
Class constructor
get_instance() : object
Get the CI singleton
get_model_name()
根据controller加载模型
get_model()
Loading…