Class mosMenu

Description

Module database table class

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

Located in /includes/core.classes.php (line 855)

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosMenu
Variable Summary
 int $access
 string $browserNav
 boolean $checked_out
 int $id
 string $link
 string $menutype
 string $name
 int $ordering
 string $params
 int $parent
 boolean $pollid
 int $sublevel
 int $type
 int $utaccess
Method Summary
 mosMenu mosMenu (database 0)
 any load ([int $oid = null])
Variables
int $access = null (line 886)
string $browserNav = null (line 884)
boolean $checked_out = null (line 877)
datetime $checked_out_time = null (line 879)
int $componentid = null (line 869)
int $id = null (line 857)
  • var: Primary key
string $link = null (line 863)
string $menutype = null (line 859)
string $name = null (line 861)
int $ordering = null (line 875)
string $params = null (line 890)
int $parent = null (line 871)
boolean $pollid = null (line 881)
int $published = null (line 867)
int $sublevel = null (line 873)
int $type = null (line 865)
int $utaccess = null (line 888)

Inherited Variables

Inherited from mosDBTable

mosDBTable::$_db

Inherited from mosDBAbstractRow

mosDBAbstractRow::$_error
mosDBAbstractRow::$_tbl
mosDBAbstractRow::$_tbl_key
Methods
Constructor mosMenu (line 895)
mosMenu mosMenu (database 0)
  • database 0: A database connector object
load (line 904)

binds an array/hash to this object

  • return: result from the database operation
any load ([int $oid = null])
  • int $oid: optional argument, if not specifed then the value of current key is used

Redefinition of:
mosDBTable::load()
binds an array/hash to this object

Inherited Methods

Inherited From mosDBTable

 mosDBTable::bind()
 mosDBTable::checkin()
 mosDBTable::checkout()
 mosDBTable::delete()
 mosDBTable::filter()
 mosDBTable::get()
 mosDBTable::getError()
 mosDBTable::getPublicProperties()
 mosDBTable::hit()
 mosDBTable::load()
 mosDBTable::publish_array()
 mosDBTable::queryTestFailure()
 mosDBTable::save()
 mosDBTable::set()
 mosDBTable::store()
 mosDBTable::toXML()

Inherited From mosDBAbstractRow

 mosDBAbstractRow::mosDBAbstractRow()
 mosDBAbstractRow::check()
 mosDBAbstractRow::lacks()
 mosDBAbstractRow::move()
 mosDBAbstractRow::updateOrder()

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