Class mosComponent

Description

Components database table class

This class can be used to gain access to #_components database table

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

Located in /includes/cmtclasses.php (line 133)

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosComponent
Variable Summary
 int $id
 int $iscore
 string $link
 int $menuid
 string $name
 string $option
 string $ordering
 string $params
 int $parent
Variables
string $admin_menu_alt = null (line 147)
  • var: alternative text for admin menu
string $admin_menu_img = null (line 153)
  • var: image from admin menu
string $admin_menu_link = null (line 145)
  • var: component admin link
int $id = null (line 135)
  • var: Primary key
int $iscore = null (line 155)
  • var: 1 core component ,0 others
string $link = null (line 139)
  • var: component link
int $menuid = null (line 141)
  • var: menu id
string $name = null (line 137)
  • var: component name
string $option = null (line 149)
  • var: component option id
string $ordering = null (line 151)
  • var: order
string $params = null (line 157)
  • var: component parameters
int $parent = null (line 143)
  • var: parent menu

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:17:57 +0400 by phpDocumentor 1.4.0