Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JTableModule

Description

Module table

Located in /joomla/database/table/module.php (line 25)

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTableModule   (Subpackage Table)
Variable Summary
Variable int $access
Variable boolean $checked_out
Variable string $client_id
Variable int $content
Variable string $control
Variable int $id
Variable string $iscore
Variable string $module
Variable int $numnews
Variable int $ordering
Variable string $params
Variable string $position
Variable boolean $published
Variable string $showtitle
Variable string $title
Method Summary
Constructor JTableModule __construct (database &$db)
Method null|string bind ( $array, [ $ignore = ''], array $hash)
Method boolean check ()
Variables
int $access = null (line 50)
boolean $checked_out = 0 (line 40)
time $checked_out_time = 0 (line 42)
string $client_id = null (line 56)
int $content = null (line 34)
string $control = null (line 58)
int $id = null (line 28)
  • var: Primary key
string $iscore = null (line 54)
string $module = null (line 46)
int $numnews = null (line 48)
int $ordering = null (line 36)
string $params = null (line 52)
string $position = null (line 38)
boolean $published = null (line 44)
string $showtitle = null (line 32)
string $title = null (line 30)

Inherited Variables

Inherited from JTable

Variable JTable::$_db
Variable JTable::$_error
Variable JTable::$_errorNum
Variable JTable::$_tbl
Variable JTable::$_tbl_key
Methods
Constructor __construct (line 66)

Contructore

  • access: protected
JTableModule __construct (database &$db)
  • database &$db: A database connector object

Redefinition of:
JTable::__construct()
Object constructor to set table and key field
bind (line 108)

Overloaded bind function

  • return: null is operation was satisfactory, otherwise returns an error
  • since: 1.5
  • see: JTable:bind
  • access: public
null|string bind ( $array, [ $ignore = ''], array $hash)
  • array $hash: named array
  • $array
  • $ignore

Redefinition of:
JTable::bind()
Binds a named array/hash to this object
check (line 77)

Overloaded check function

  • return: True if the object is ok
  • see: JTable:bind
  • access: public
boolean check ()

Redefinition of:
JTable::check()
Generic check method

Inherited Methods

Inherited From JTable

 JTable::__construct()
 JTable::addIncludePath()
 JTable::bind()
 JTable::canDelete()
 JTable::check()
 JTable::checkin()
 JTable::checkout()
 JTable::delete()
 JTable::getDBO()
 JTable::getError()
 JTable::getErrorNum()
 JTable::getInstance()
 JTable::getKeyName()
 JTable::getNextOrder()
 JTable::getTableName()
 JTable::hit()
 JTable::isCheckedOut()
 JTable::load()
 JTable::move()
 JTable::publish()
 JTable::reorder()
 JTable::reset()
 JTable::save()
 JTable::setDBO()
 JTable::setError()
 JTable::setErrorNum()
 JTable::store()
 JTable::toXML()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:10:58 +0000 by phpDocumentor 1.3.1