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
  • ConstantController
  • DefaultController

Class BaseController

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

Direct known subclasses

application\modules\contact\controllers\ConstantController, application\modules\contact\controllers\DefaultController

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

Methods summary

public
# init( )

检测是否需要更改密码

检测是否需要更改密码

Overrides

application\core\controllers\Controller::init
protected string
# getSidebar( )

取得侧栏导航

取得侧栏导航

Returns

string
protected array
# getDataByDept( )

按部门排列

按部门排列

Returns

array
protected array
# getDataByLetter( )

按拼音排列

按拼音排列

Returns

array
protected
# ajaxApi( )

异步请求入口

异步请求入口

protected
# getProfile( )

获取某个用户资料

获取某个用户资料

protected
# changeConstant( )

改变常联系人状态

改变常联系人状态

public
# export( )

导出通讯录

导出通讯录

public
# printContact( )

打印通讯录

打印通讯录

protected array
# getUserData( )

获取符合要求的用户数据

获取符合要求的用户数据

Returns

array

Methods inherited from application\core\controllers\Controller

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

Constants summary

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

protected array $allLetters
# array( 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' )

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen