PHP Class NaviModel, thinksns

Author: jason ([email protected])
Inheritance: extends Model
Show file Open project: medz/thinksns-4

Protected Properties

Property Type Description
$fields
$tableName

Public Methods

Method Description
cleanCache ( ) 清除导航缓存
getBottomChildNav ( $bottomNav )
getBottomNav ( ) : array 获取底部导航
getGuestNav ( ) : multitype: 游客导航
getTopNav ( ) : array 获取头部导航

Method Details

cleanCache() public method

清除导航缓存
public cleanCache ( )

getBottomChildNav() public method

public getBottomChildNav ( $bottomNav )

getBottomNav() public method

获取底部导航
public getBottomNav ( ) : array
return array 底部导航

getGuestNav() public method

游客导航
public getGuestNav ( ) : multitype:
return multitype:

getTopNav() public method

获取头部导航
public getTopNav ( ) : array
return array 头部导航

Property Details

$fields protected property

protected $fields

$tableName protected property

protected $tableName