__get() __get(string $key) __get magic Allows models to access CI's loaded classes using the same syntax as controllers. Parameters string $key
getAdminByName() getAdminByName( $adminName, \unknown $password = FALSE) 根据用户名和密码获取用户信息 Parameters $adminName \unknown $password
getAdminList() getAdminList( $where = array(), $select = '*', $limit = 10, $start) 获取用户列表 Parameters $where $select $limit $start