\TypeUnit

栏目单元,主要用户管理后台管理处

Summary

Methods
Properties
Constants
__construct()
TypeUnit()
Close()
UpdateCatalogNum()
GetTotalArc()
ListAllType()
LogicListAllSunType()
GetSunTypes()
DelType()
RmDirFile()
$dsql
$artDir
$baseDir
$idCounter
$idArrary
$shortName
$CatalogNums
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$dsql

$dsql : 

Type

$artDir

$artDir : 

Type

$baseDir

$baseDir : 

Type

$idCounter

$idCounter : 

Type

$idArrary

$idArrary : 

Type

$shortName

$shortName : 

Type

$CatalogNums

$CatalogNums : 

Type

Methods

__construct()

__construct() 

TypeUnit()

TypeUnit() 

Close()

Close() 

UpdateCatalogNum()

UpdateCatalogNum() 

GetTotalArc()

GetTotalArc(  $tid) 

Parameters

$tid

ListAllType()

ListAllType(integer  $channel, integer  $nowdir) : string

读出所有分类,在类目管理页(list_type)中使用

Parameters

integer $channel

频道ID

integer $nowdir

当前操作ID

Returns

string

LogicListAllSunType()

LogicListAllSunType(integer  $id, string  $step) : void

获得子类目的递归调用

Parameters

integer $id

栏目ID

string $step

层级标志

GetSunTypes()

GetSunTypes(integer  $id, integer  $channel) : array

返回与某个目相关的下级目录的类目ID列表(删除类目或文章时调用)

Parameters

integer $id

栏目ID

integer $channel

频道ID

Returns

array

DelType()

DelType(integer  $id, boolean  $isDelFile) : string

删除类目

Parameters

integer $id

栏目ID

boolean $isDelFile

是否删除文件

Returns

string

RmDirFile()

RmDirFile(string  $indir) : integer

删除指定目录的所有文件

Parameters

string $indir

指定目录

Returns

integer