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

  • Io
  • Local
  • Sae

Class Local

application\core\components\Engine
Extended by application\core\engines\Local
Namespace: application\core\engines
Copyright: Copyright © 2008-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/engines/Local.php

Methods summary

public array
# initConfig( array $appConfig, array $mainConfig )

本地引擎初始化配置方法

本地引擎初始化配置方法

Parameters

$appConfig
程序配置
$mainConfig
安装配置

Returns

array
处理后的配置
public application\core\engines\local\io
# io( )

获取 IO 接口

获取 IO 接口

Returns

application\core\engines\local\io
protected
# init( )

设置别名,加载驱动路径

设置别名,加载驱动路径

Overrides

application\core\components\Engine::init

Methods inherited from application\core\components\Engine

__construct(), getEngineConfig(), getMainConfig()

IBOS open source API documentation generated by ApiGen