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

  • ArchiveSplit
  • CoSync
  • Dashboard
  • Wx

Class ArchiveSplit

Namespace: application\modules\dashboard\utils
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/dashboard/utils/ArchiveSplit.php

Methods summary

public static
# updateTableIds( array $tableDriver )

更新存档表ID

更新存档表ID

Parameters

$tableDriver
分表模块表驱动配置
public static array
# getTableStatus( array $tableIds, array $tableDriver )

获取指定模块的表状态,包括主表,内容表及存档表

获取指定模块的表状态,包括主表,内容表及存档表

Parameters

$tableIds
存档表ID
$tableDriver
分表模块表驱动配置

Returns

array
public static mixed
# search( array $conditions, array $tableDriver, boolean $countOnly = false, $length = 20 )

查询分表数据

查询分表数据

Parameters

$conditions
查询的条件
$tableDriver
分表模块表驱动配置
$countOnly
是否只返回统计数据
$length

Returns

mixed
IBOS open source API documentation generated by ApiGen