Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JTableModule

Description

Module table

  • since: 1.0

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::$_tbl
Variable JTable::$_tbl_key

Inherited from JObject

Variable JObject::$_errors
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 97)

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::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::store()
 JTable::toXML()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Sat, 14 Nov 2009 11:16:04 +0000 by phpDocumentor 1.3.1