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

  • Article
  • ArticleCategory
  • ArticleComment
  • ArticleVote

Class ArticleCategory

application\core\components\Category
Extended by application\modules\article\core\ArticleCategory
Namespace: application\modules\article\core
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/article/core/ArticleCategory.php

Methods summary

public boolean
# delete( integer $catid )

删除分类

删除分类

Parameters

$catid

Returns

boolean

Overrides

application\core\components\Category::delete
public array
# getAjaxCategory( array $data = array( ) )

文章分类 - 获取zTree ajax树数据

文章分类 - 获取zTree ajax树数据

Parameters

$data

Returns

array

Overrides

application\core\components\Category::getAjaxCategory
public array
# getData( string $condition = '' )

文章分类树获取数据方法

文章分类树获取数据方法

Parameters

$condition
兼容

Returns

array

Overrides

application\core\components\Category::getData

Methods inherited from application\core\components\Category

__construct(), __get(), __isset(), add(), afterAdd(), afterDelete(), afterEdit(), edit(), fetchAllParentId(), fetchAllSubId(), init(), move(), setCategory(), setRelated(), setSetting()

Properties summary

Properties inherited from application\core\components\Category

$_category, $_default, $_related, $_setting

IBOS open source API documentation generated by ApiGen