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 JTableContent

Description

Content table

  • since: 1.0

Located in /joomla/database/table/content.php (line 26)

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTableContent   (Subpackage Table)
Variable Summary
Variable int $access
Variable string $alias
Variable string $attribs
Variable int $catid
Variable boolean $checked_out
Variable datetime $created
Variable string $fulltext
Variable int $hits
Variable int $id
Variable string $images
Variable string $introtext
Variable int $mask
Variable string $metadata
Variable string $metadesc
Variable string $metakey
Variable datetime $modified
Variable int $ordering
Variable int $parentid
Variable datetime $publish_down
Variable datetime $publish_up
Variable int $state
Variable string $title
Variable string $title_alias
Variable string $urls
Variable int $version
Method Summary
Constructor JTableContent __construct (database &$db)
Method boolean check ()
Method void toXML ([boolean $mapKeysToText = false])
Variables
int $access = null (line 85)
string $alias = null (line 33)
string $attribs = null (line 71)
int $catid = null (line 47)
boolean $checked_out = 0 (line 59)
time $checked_out_time = 0 (line 61)
datetime $created = null (line 49)
int $created_by = null (line 51)
  • var: User id
string $created_by_alias = null (line 53)
  • var: An alias for the author
string $fulltext = null (line 39)
int $hits = null (line 87)
int $id = null (line 29)
  • var: Primary key
string $images = null (line 67)
string $introtext = null (line 37)
int $mask = null (line 45)
  • var: DEPRECATED
string $metadata = null (line 83)
string $metadesc = null (line 81)
string $metakey = null (line 79)
datetime $modified = null (line 55)
int $modified_by = null (line 57)
  • var: User id
int $ordering = null (line 77)
int $parentid = null (line 75)
datetime $publish_down = null (line 65)
datetime $publish_up = null (line 63)
int $sectionid = null (line 43)
  • var: The id of the category section
int $state = null (line 41)
string $title = null (line 31)
string $title_alias = null (line 35)
string $urls = null (line 69)
int $version = null (line 73)

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

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

Overloaded check function

  • since: 1.5
  • see: JTable::check
  • access: public
boolean check ()

Redefinition of:
JTable::check()
Generic check method
toXML (line 167)

Converts record to XML

void toXML ([boolean $mapKeysToText = false])
  • boolean $mapKeysToText: Map foreign keys to text values

Redefinition of:
JTable::toXML()
Export item list to xml

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:11:51 +0000 by phpDocumentor 1.3.1