IBOS open source
  • Namespace
  • Class

Namespaces

  • application
    • core
      • cache
        • driver
        • provider
      • components
      • controllers
      • engines
        • local
        • sae
      • model
      • modules
      • utils
      • widgets
    • modules
      • article
        • controllers
        • core
        • model
        • utils
      • calendar
        • controllers
        • model
        • utils
      • contact
        • controllers
        • model
        • utils
      • dashboard
        • controllers
        • model
        • utils
      • department
        • components
        • model
        • utils
      • diary
        • components
        • controllers
        • model
        • utils
        • widgets
      • email
        • controllers
        • core
        • model
        • utils
      • main
        • behaviors
        • components
        • controllers
        • model
        • utils
        • widgets
      • message
        • controllers
        • core
          • co
          • wx
            • callback
            • event
        • model
        • utils
      • mobile
        • components
        • controllers
        • utils
      • position
        • components
        • model
        • utils
      • recruit
        • components
        • controllers
        • core
        • model
        • utils
        • widgets
      • role
        • model
        • utils
      • user
        • components
        • controllers
        • model
        • utils
      • vote
        • components
        • controllers
        • model
        • utils
      • weibo
        • controllers
        • core
        • model
        • utils

Classes

  • Resume
  • ResumeBgchecks
  • ResumeContact
  • ResumeDetail
  • ResumeInterview
  • ResumeStats

Class Resume

CActiveRecord
Extended by application\core\model\Model
Extended by application\modules\recruit\model\Resume
Namespace: application\modules\recruit\model
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/recruit/model/Resume.php

Methods summary

public static
# model( $className = __CLASS__ )
public
# tableName( )
public type
# fetchAllByPage( type $conditions = '', type $pageSize = null , type $pageSize,… )

取出简历数据数组集合,分页显示

取出简历数据数组集合,分页显示

Parameters

$conditions
$pageSize
$offset
$pageSize,…

Returns

type
public array
# fetchPrevAndNextPKByPK( integer $resumeid )

取得当前id的上一个id和下一个Id,以数组形式返回

取得当前id的上一个id和下一个Id,以数组形式返回

Parameters

$resumeid
PK

Returns

array
public
# updateFieldValueByPK( integer $PK, string $field, string $value )

通过PK修改一个字段的值

通过PK修改一个字段的值

Parameters

$PK
ID
$field
字段
$value
值
public
# countByCondition( $condition = '' )

根据条件取得总记录数

根据条件取得总记录数

public mixed
# fetchStatusByResumeid( integer $resumeid )

通过PK取得状态

通过PK取得状态

Parameters

$resumeid

Returns

mixed
public integer
# countByStatus( mixed $status, integer $start, integer $end )

统计指定状态的简历数

统计指定状态的简历数

Parameters

$status
简历状态
$start
开始时间戳
$end
结束时间戳

Returns

integer
public string
# fetchAllByTime( integer $start, integer $end )

获得指定时间内的所有简历id

获得指定时间内的所有简历id

Parameters

$start
开始时间戳
$end
结束时间戳

Returns

string
public integer
# countArramge( )

待安排数

待安排数

Returns

integer
public integer
# countAudition( )

面试数

面试数

Returns

integer
public integer
# countFlag( )

标记数

标记数

Returns

integer

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

Properties inherited from application\core\model\Model

$allowCache, $cacheLife

IBOS open source API documentation generated by ApiGen