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 ResumeDetail

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

Methods summary

public static
# model( $className = __CLASS__ )
public
# tableName( )
public string
# fetchEmailsByResumeids( string $resumeids, string $join = ';' )

通过resumeids取出email地址

通过resumeids取出email地址

Parameters

$resumeids
$join
连接符

Returns

string
$emails 返回以$join连接的字符串
public array
# fetchPKAndRealnameByKeyword( string $keyword )

通过查询realname关键字取得字段realname和resumeid

通过查询realname关键字取得字段realname和resumeid

Parameters

$keyword

Returns

array
public null
# fetchRealnameByResumeid( integer $resumeid )

根据简历Id取得真实姓名

根据简历Id取得真实姓名

Parameters

$resumeid
$pk

Returns

null
public integer
# fetchResumeidByRealname( string $realname )

根据传递的名字取得简历的ID

根据传递的名字取得简历的ID

Parameters

$realname

Returns

integer
返回简历ID
public array
# fetchAllRealnames( )

关联查找所有简历里存在的姓名,按简历时间排序,返回只有姓名的一维数组

关联查找所有简历里存在的姓名,按简历时间排序,返回只有姓名的一维数组

Returns

array
public array
# fetchFieldByRerumeids( mix $resumeids, string $field )

通过简历id获取某个字段的一维数组

通过简历id获取某个字段的一维数组

Parameters

$resumeids
$field

Returns

array

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