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

  • AuthItem
  • AuthItemChild
  • Node
  • NodeRelated
  • Role
  • RoleRelated

Class AuthItemChild

CActiveRecord
Extended by application\core\model\Model
Extended by application\modules\role\model\AuthItemChild
Namespace: application\modules\role\model
Located at system/modules/role/model/AuthItemChild.php

Methods summary

public static
# model( $className = __CLASS__ )
public
# tableName( )
public
# deleteByParent( $parent )
public
# deleteByParentWithKeys( $parent, $keys = '', $module = '' )
public
# deleteByParentExceptRouteA( $parent, $routeA )
public
# returnExceptRouteA( )

todo:这里是写死的,因为目前只有crm的一些需要过滤,以后有需求需要写成配置原因如下: crm的权限设置移动到了前台 所以在后台保存权限节点的时候,就会把crm的data节点给删掉 这里把这些data节点都过滤,在保存的时候data节点不会被删掉,前台的权限也就不会有问题了 相应的,crm的权限设置那里由于没有后台的一些node节点,也做了一些过滤

todo:这里是写死的,因为目前只有crm的一些需要过滤,以后有需求需要写成配置原因如下: crm的权限设置移动到了前台 所以在后台保存权限节点的时候,就会把crm的data节点给删掉 这里把这些data节点都过滤,在保存的时候data节点不会被删掉,前台的权限也就不会有问题了 相应的,crm的权限设置那里由于没有后台的一些node节点,也做了一些过滤

Methods inherited from application\core\model\Model

add(), beforeDelete(), create(), deleteByPk(), fetch(), fetchAll(), fetchAllByAttributes(), fetchAllByPk(), fetchAllSortByPk(), fetchByAttributes(), fetchByPk(), fetchCache(), fetchCaches(), getCacheKey(), getIsAllowCache(), getMaxId(), getModelClass(), init(), modify(), remove(), updateAll(), updateByPk()

Properties summary

Properties inherited from application\core\model\Model

$allowCache, $cacheLife

IBOS open source API documentation generated by ApiGen