Class mosSection

Description

Section database table class

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

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

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosSection
Variable Summary
 int $access
 boolean $checked_out
 string $description
 int $id
 string $image
 string $name
 int $ordering
 string $params
 boolean $published
 string $scope
 string $title
Method Summary
 mosSection mosSection (database &$db)
 void check ()
Variables
int $access = null (line 105)
boolean $checked_out = null (line 99)
time $checked_out_time = null (line 101)
string $description = null (line 95)
int $id = null (line 83)
  • var: Primary key
string $image = null (line 89)
int $image_position = null (line 93)
string $name = null (line 87)
  • var: The full name for the Section
int $ordering = null (line 103)
string $params = '' (line 107)
boolean $published = null (line 97)
string $scope = null (line 91)
string $title = null (line 85)
  • var: The menu title for the Section (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:20 +0400 by phpDocumentor 1.4.0