[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/components/com_content/ -> content.class.php (summary)

(no description)

Author: Mambo Foundation Inc see README.php
Copyright: (C) 2000 - 2009 Mambo Foundation Inc.
License: GNU/GPL Version 2, see LICENSE.php
File Size: 474 lines (12 kb)
Included or required: 8 times
Referenced: 6 times
Includes or requires: 0 files

Defines 5 classes

mosCategory:: (2 methods):
  mosCategory()
  check()

mosSection:: (2 methods):
  mosSection()
  check()

mosContent:: (3 methods):
  mosContent()
  check()
  toXML()

mosExtendedContent:: (7 methods):
  getText()
  saveText()
  getImages()
  saveImages()
  getId()
  getRating()
  getRatingCount()

contentHandler:: (9 methods):
  getInstance()
  getBlogSectionCount()
  getBlogCategoryCount()
  getGlobalBlogSectionCount()
  getStaticContentCount()
  getContentItemLinkCount()
  getItemid()
  getSection()
  getCategory()


Class: mosCategory  - X-Ref

Category database table class

mosCategory( &$db )   X-Ref

param: database A database connector object

check()   X-Ref
No description

Class: mosSection  - X-Ref

Section database table class

mosSection( &$db )   X-Ref

param: database A database connector object

check()   X-Ref
No description

Class: mosContent  - X-Ref

Module database table class

mosContent()   X-Ref

param: database A database connector object

check()   X-Ref
Validation and filtering


toXML( $mapKeysToText=false )   X-Ref
Converts record to XML

param: boolean Map foreign keys to text values

Class: mosExtendedContent  - X-Ref

getText()   X-Ref
No description

saveText($text)   X-Ref
No description

getImages()   X-Ref
No description

saveImages($images)   X-Ref
No description

getId()   X-Ref
No description

getRating()   X-Ref
No description

getRatingCount()   X-Ref
No description

Class: contentHandler  - X-Ref

getInstance()   X-Ref
No description

getBlogSectionCount( )   X-Ref

return: number of Published Blog Sections

getBlogCategoryCount( )   X-Ref

return: number of Published Blog Categories

getGlobalBlogSectionCount( )   X-Ref

return: number of Published Global Blog Sections

getStaticContentCount( )   X-Ref

return: number of Static Content

getContentItemLinkCount( )   X-Ref

return: number of Content Item Links

getItemid($id, $typed=1, $link=1, $bs=1, $bc=1, $gbs=1)   X-Ref
No description

getSection($id)   X-Ref
No description

getCategory($id)   X-Ref
No description