Class mosMambot

Description

Mambot database table class

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

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

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

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosMambot
Variable Summary
 int $access
 string $element
 string $folder
 int $id
 int $iscore
 string $name
 int $ordering
 string $params
Variables
int $access = null (line 548)
  • var: access level 0 public, 1 registered, 2 special
int $checked_out = null (line 558)
  • var: id from the user that checkout, 0 checkin
datetime $checked_out_time = null (line 560)
  • var: date and time from checkout
int $client_id = null (line 556)
  • var: 1 admin mambot, 0 user mambot
string $element = null (line 544)
  • var: element name
string $folder = null (line 546)
  • var: mambot kind
int $id = null (line 540)
  • var: table primary key
int $iscore = null (line 554)
  • var: 1 core mambots ,0 others
string $name = null (line 542)
  • var: mambot name
int $ordering = null (line 550)
  • var: order lower first
string $params = null (line 562)
  • var: mambot parameters
int $published = null (line 552)
  • var: 1 published, 0 unpublished

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