Class Position
- CActiveRecord
-
application\core\model\Model
-
application\modules\position\model\Position
Namespace: application\modules\position\model
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/position/model/Position.php
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/position/model/Position.php
Methods summary
public static
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
#
fetchPosNameByPosId( mixed $id, string $glue = ',', boolean $returnFirst = false )
根据岗位ID查找岗位名称,返回$glue分隔的岗位名称字符串 |
Methods inherited from application\core\model\Model
add()
,
beforeDelete()
,
create()
,
deleteByPk()
,
fetch()
,
fetchAll()
,
fetchAllByAttributes()
,
fetchAllByPk()
,
fetchAllSortByPk()
,
fetchByAttributes()
,
fetchByPk()
,
fetchCache()
,
fetchCaches()
,
getCacheKey()
,
getIsAllowCache()
,
getMaxId()
,
getModelClass()
,
init()
,
modify()
,
remove()
,
updateAll()
,
updateByPk()
Properties summary
protected
mixed
|
$allowCache
是否允许缓存 |
#
true
|