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

  • DefaultController
  • HomeBaseController
  • HomeController
  • InfoController
  • SkinController

Class DefaultController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\user\controllers\DefaultController
Namespace: application\modules\user\controllers
Located at system/modules/user/controllers/DefaultController.php

Methods summary

public
# init( )

检测是否需要更改密码

检测是否需要更改密码

Overrides

application\core\controllers\Controller::init
public
# actionCheckLogin( )

ajax检查当前用户登录状态

ajax检查当前用户登录状态

public
# actionAjaxLogin( )

ajax提交登录

ajax提交登录

public
# actionLogin( )

登陆处理动作

登陆处理动作

public
# actionLogout( )

登出

登出

protected
# doLogin( string $userName, string $passWord, integer $loginType, array $account, integer $autoLogin = 1, integer $cookieTime = 0, integer $inajax = 0 )

登录操作

登录操作

Parameters

$userName
用户名
$passWord
密码
$loginType
登录类型
$account
账户安全设置
$autoLogin
是否自动登录
$cookieTime
自动登录的时间
$inajax
是否ajax登录
public
# actionReset( )

重置密码

重置密码

public
# actionWxcode( )

登录的微信安全小助手弹窗

登录的微信安全小助手弹窗

protected integer
# loginCheck( array $account, $username )

登录检查,主要是登录错误验证

登录检查,主要是登录错误验证

Parameters

$account
$username

Returns

integer

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

public string $layout

布局类型

布局类型

# ''
IBOS open source API documentation generated by ApiGen