Class JTableContent

Description

Content table

  • since: 11.1

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

JObject
   |
   --JTable
      |
      --JTableContent
Method Summary
JTableContent __construct (JDatabase &$db)
mixed bind (array $array, [mixed $ignore = ''])
boolean check ()
boolean publish ([mixed $pks = null], [integer $state = 1], [integer $userId = 0])
boolean store ([boolean $updateNulls = false])
string toXML ([boolean $mapKeysToText = false])
string _getAssetName ()
integer _getAssetParentId ([JTable $table = null], [integer $id = null])
string _getAssetTitle ()
Variables
Methods
Constructor __construct (line 31)

Constructor

  • since: 11.1
  • access: public
JTableContent __construct (JDatabase &$db)
  • JDatabase &$db: A database connector object

Redefinition of:
JTable::__construct()
Object constructor to set table and key fields. In most cases this will be overridden by child classes to explicitly set the table and key fields for a particular database table.
bind (line 118)

Overloaded bind function

  • return: Null if operation was satisfactory, otherwise returns an error string
  • see: JTable::bind
  • since: 11.1
  • access: public
mixed bind (array $array, [mixed $ignore = ''])
  • array $array: Named array
  • mixed $ignore: An optional array or space separated list of properties to ignore while binding.

Redefinition of:
JTable::bind()
Method to bind an associative array or object to the JTable instance.This method only binds properties that are publicly accessible and optionally takes an array of properties to ignore when binding.
check (line 169)

Overloaded check function

  • return: True on success, false on failure
  • see: JTable::check
  • since: 11.1
  • access: public
boolean check ()

Redefinition of:
JTable::check()
Method to perform sanity checks on the JTable instance properties to ensure they are safe to store in the database. Child classes should override this method to make sure the data they are storing in the database is safe and as expected before storage.
publish (line 288)

Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.

  • return: True on success.
  • since: 11.1
  • access: public
boolean publish ([mixed $pks = null], [integer $state = 1], [integer $userId = 0])
  • mixed $pks: An optional array of primary key values to update. If not set the instance property value is used.
  • integer $state: The publishing state. eg. [0 = unpublished, 1 = published]
  • integer $userId: The user id of the user performing the operation.

Redefinition of:
JTable::publish()
Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.
store (line 240)

Overrides JTable::store to set modified data and user id.

  • return: True on success.
  • since: 11.1
  • access: public
boolean store ([boolean $updateNulls = false])
  • boolean $updateNulls: True to update fields even if they are null.

Redefinition of:
JTable::store()
Method to store a row in the database from the JTable instance properties.
toXML (line 375)

Converts record to XML

  • return: Record in XML format
  • deprecated: 12.1
  • since: 11.1
  • access: public
string toXML ([boolean $mapKeysToText = false])
  • boolean $mapKeysToText: Map foreign keys to text values

Redefinition of:
JTable::toXML()
Method to export the JTable instance properties to an XML string.
_getAssetName (line 45)

Method to compute the default name of the asset.

The default name is in the form table_name.id where id is the value of the primary key of the table.

  • since: 11.1
  • access: protected
string _getAssetName ()

Redefinition of:
JTable::_getAssetName()
Method to compute the default name of the asset.
_getAssetParentId (line 73)

Method to get the parent asset id for the record

  • since: 11.1
  • access: protected
integer _getAssetParentId ([JTable $table = null], [integer $id = null])
  • JTable $table: A JTable object (optional) for the asset parent
  • integer $id: The id (optional) of the content.

Redefinition of:
JTable::_getAssetParentId()
Method to get the parent asset under which to register this one.
_getAssetTitle (line 58)

Method to return the title to use for the asset table.

  • since: 11.1
  • access: protected
string _getAssetTitle ()

Redefinition of:
JTable::_getAssetTitle()
Method to return the title to use for the asset table. In

Inherited Methods

Inherited From JTable

JTable::__construct()
JTable::addIncludePath()
JTable::bind()
JTable::canDelete()
JTable::check()
JTable::checkIn()
JTable::checkOut()
JTable::delete()
JTable::getDbo()
JTable::getFields()
JTable::getInstance()
JTable::getKeyName()
JTable::getNextOrder()
JTable::getRules()
JTable::getTableName()
JTable::hit()
JTable::isCheckedOut()
JTable::load()
JTable::move()
JTable::publish()
JTable::reorder()
JTable::reset()
JTable::save()
JTable::setDBO()
JTable::setRules()
JTable::store()
JTable::toXML()
JTable::_getAssetName()
JTable::_getAssetParentId()
JTable::_getAssetTitle()
JTable::_lock()
JTable::_unlock()

Inherited From JObject

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

Documentation generated on Mon, 25 Jun 2012 13:53:25 -0500 by phpDocumentor 1.4.4