Class mosCategory

Description

Category database table class

  • author: Andrew Eddie <eddieajau@users.sourceforge.net

Located in /components/com_content/content.class.php (line 18)

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosCategory
Variable Summary
 int $access
 boolean $checked_out
 string $description
 int $id
 string $image
 string $name
 int $ordering
 string $params
 boolean $published
 string $section
 string $title
Method Summary
 mosCategory mosCategory (database &$db)
 void check ()
Variables
int $access = null (line 42)
boolean $checked_out = null (line 36)
time $checked_out_time = null (line 38)
string $description = null (line 32)
int $id = null (line 20)
  • var: Primary key
string $image = null (line 26)
int $image_position = null (line 30)
string $name = null (line 24)
  • var: The full name for the Category
int $ordering = null (line 40)
string $params = null (line 44)
boolean $published = null (line 34)
string $section = null (line 28)
string $title = null (line 22)
  • var: The menu title for the Category (a short name)

Inherited Variables

Inherited from mosDBTable

mosDBTable::$_db

Inherited from mosDBAbstractRow

mosDBAbstractRow::$_error
mosDBAbstractRow::$_tbl
mosDBAbstractRow::$_tbl_key
Methods

Documentation generated on Mon, 05 May 2008 16:18:19 +0400 by phpDocumentor 1.4.0