PHP Class Home\Controller\CatalogController

Inheritance: extends think\Controller
Datei anzeigen Open project: star7th/showdoc

Public Methods

Method Description
catList ( ) 获取目录列表
childCatList ( ) 获取一个目录的子目录列表(如果存在的话)
delete ( ) 删除目录
edit ( ) 编辑页面
save ( ) 保存目录
secondCatList ( ) 获取二级目录列表

Method Details

catList() public method

获取目录列表
public catList ( )

childCatList() public method

获取一个目录的子目录列表(如果存在的话)
public childCatList ( )

delete() public method

删除目录
public delete ( )

edit() public method

编辑页面
public edit ( )

save() public method

保存目录
public save ( )

secondCatList() public method

获取二级目录列表
public secondCatList ( )