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

  • BaseController
  • BgchecksController
  • ContactController
  • DashboardController
  • InterviewController
  • ResumeController
  • StatsController

Class BaseController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\recruit\controllers\BaseController

Direct known subclasses

application\modules\recruit\controllers\BgchecksController, application\modules\recruit\controllers\ContactController, application\modules\recruit\controllers\InterviewController, application\modules\recruit\controllers\ResumeController, application\modules\recruit\controllers\StatsController

Namespace: application\modules\recruit\controllers
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/recruit/controllers/BaseController.php

Methods summary

protected
# getSidebar( )

取得侧栏视图

取得侧栏视图

public array
# getDashboardConfig( )

取得模块后台配置

取得模块后台配置

Returns

array
protected boolean
# checkIsInstallEmail( )

检查是否已安装邮件模块

检查是否已安装邮件模块

Returns

boolean
public
# actionGetRealname( )

通过查询取得简历id 和 realname

通过查询取得简历id 和 realname

public
# actionSearch( )

搜索

搜索

public json
# actionCheckRealname( )

异步检查输入的用户名是否存在于已有简历中

异步检查输入的用户名是否存在于已有简历中

Returns

json

Methods inherited from application\core\controllers\Controller

__construct(), actionError(), ajaxReturn(), error(), filterNotAuthModule(), filterRoutes(), getAssetUrl(), init(), render(), setTitle(), showMessage(), success()

Constants summary

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

protected string $condition

查询的条件

查询的条件

# ''

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen