Свойство | Type | Description | |
---|---|---|---|
$tableName |
Méthode | Description | |
---|---|---|
getCategoryHash ( $pid ) | 获取分类的Hash数组 | |
getCategoryInfo ( integer $cid ) : array | 获取指定分类的信息 | |
getCategoryList ( integer $pid ) : array | 当指定pid时,查询该父分类的所有子分类;否则查询所有分类 | |
getNetworkList ( integer $pid = '0' ) : array | 获取指定父地区的树形结构 | |
isTitleExist ( string $title ) : boolean | 判断名称是否重复 | |
remakeOfficialCache ( ) | 清除地区数据PHP文件 |
Méthode | Description | |
---|---|---|
_MakeTree ( integer $pid, integer $level = '0' ) : array | 递归形成树形结构 |
public getCategoryInfo ( integer $cid ) : array | ||
$cid | integer | 分类ID |
Résultat | array | 分类信息 |
public getCategoryList ( integer $pid ) : array | ||
$pid | integer | 父分类ID |
Résultat | array | 相应的分类列表 |
public getNetworkList ( integer $pid = '0' ) : array | ||
$pid | integer | 父地区ID |
Résultat | array | 指定树形结构 |
public isTitleExist ( string $title ) : boolean | ||
$title | string | 名称 |
Résultat | boolean | 是否重复 |