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 JTableContent

Description

Content table

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

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTableContent   (Subpackage Table)
Variable Summary
Variable int $access
Variable string $attribs
Variable int $catid
Variable boolean $checked_out
Variable datetime $created
Variable datetime $frontpage_down
Variable datetime $frontpage_up
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 void check ()
Method void toXML ([boolean $mapKeysToText = false])
Variables
int $access = null (line 89)
string $attribs = null (line 75)
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
datetime $frontpage_down = null (line 65)
datetime $frontpage_up = null (line 63)
string $fulltext = null (line 39)
int $hits = null (line 91)
int $id = null (line 31)
  • var: Primary key
string $images = null (line 71)
string $introtext = null (line 37)
int $mask = null (line 45)
  • var: DEPRECATED
string $metadata = null (line 87)
string $metadesc = null (line 85)
string $metakey = null (line 83)
datetime $modified = null (line 55)
int $modified_by = null (line 57)
  • var: User id
int $ordering = null (line 81)
int $parentid = null (line 79)
datetime $publish_down = null (line 69)
datetime $publish_up = null (line 67)
int $sectionid = null (line 43)
  • var: The id of the category section
int $state = null (line 41)
string $title = null (line 33)
string $title_alias = null (line 35)
string $urls = null (line 73)
int $version = null (line 77)

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

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

Validation and filtering

void check ()

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

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::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 20:55:32 +0000 by phpDocumentor 1.3.1