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