\Linkadmin

Application Controller Class

This class object is the super class that every library in CodeIgniter will be assigned to.

Summary

Methods
Properties
Constants
__construct()
get_instance()
index()
edit()
catsort()
updateData()
ajaxcheck()
ajaxchang()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$instance
$data
N/A

Properties

$instance

$instance : object

Reference to the CI singleton

Type

object

$data

$data : 

Type

Methods

__construct()

__construct() : void

Class constructor

get_instance()

get_instance() : object

Get the CI singleton

Returns

object

index()

index() 

菜单列表页

edit()

edit() 

增加/编辑页

catsort()

catsort(array  $arr, integer  $parentId,   $lev) 

递归查询栏目(树状形展示)

Parameters

array $arr
integer $parentId

父级id

$lev

int 等级数

updateData()

updateData() 

修改添加栏目

ajaxcheck()

ajaxcheck() 

检查栏目名称和关键字唯一

ajaxchang()

ajaxchang() 

删除栏目