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 JTablePlugin

Description

Plugin table

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

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTablePlugin   (Subpackage Table)
Variable Summary
Variable tinyint $access
Variable tinyint $client_id
Variable varchar $element
Variable varchar $folder
Variable int $id
Variable tinyint $iscore
Variable varchar $name
Variable int $ordering
Variable text $params
Variable tinyint $published
Method Summary
Constructor JTablePlugin __construct ( &$db)
Method null|string bind ( $array, [ $ignore = ''], array $hash)
Variables
tinyint $access = null (line 60)
  • var: unsigned
int $checked_out = 0 (line 95)
  • var: unsigned
datetime $checked_out_time = 0 (line 102)
tinyint $client_id = null (line 88)
varchar $element = null (line 46)
varchar $folder = null (line 53)
int $id = null (line 32)

Primary Key

tinyint $iscore = null (line 81)
varchar $name = null (line 39)
int $ordering = null (line 67)
text $params = null (line 109)
tinyint $published = null (line 74)

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 111)
JTablePlugin __construct ( &$db)
  • &$db

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

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

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:18:48 +0000 by phpDocumentor 1.3.1