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()
get_model_name()
根据controller加载模型
get_instance() : object
Get the CI singleton
index( $page_no)
edit( $id)
add()
update( $id)
update_password()
delete( $id)
check()
is_login()
判断admin是否登录
admin_view( $view, $data)
get_model()
Loading…