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 JTableSection

Description

Section table

  • since: 1.0

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

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTableSection   (Subpackage Table)
Variable Summary
Variable int $access
Variable string $alias
Variable boolean $checked_out
Variable string $description
Variable int $id
Variable string $image
Variable string $name
Variable int $ordering
Variable string $params
Variable boolean $published
Variable string $scope
Variable string $title
Method Summary
Constructor JTableSection __construct (database &$db)
Method null|string bind ( $array, [ $ignore = ''], array $hash)
Method boolean check ()
Variables
int $access = null (line 52)
string $alias = null (line 34)
  • var: The alias for the section
boolean $checked_out = 0 (line 46)
time $checked_out_time = 0 (line 48)
string $description = null (line 42)
int $id = null (line 28)
  • var: Primary key
string $image = null (line 36)
int $image_position = null (line 40)
string $name = null (line 32)
  • var: The full name for the section
int $ordering = null (line 50)
string $params = null (line 54)
boolean $published = null (line 44)
string $scope = null (line 38)
string $title = null (line 30)
  • var: The menu title for the section (a short name)

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 59)
JTableSection __construct (database &$db)
  • database &$db: A database connector object

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

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 70)

Overloaded check function

  • since: 1.5
  • see: JTable::check
  • 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:18:36 +0000 by phpDocumentor 1.3.1