Back to Joomla project (class list)

Class Update - list of methods

Update table Stores updates temporarily

Extends

Package: Joomla\CMS\Table
Copyright: (C) 2008 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Table/Update.php
Project: Joomla

Method Summary

public
(\Joomla\Database\DatabaseDriver $db)

Constructor
Parameters
  • \Joomla\Database\DatabaseDriver $db Database driver object.
Since
  • 1.7.0
Show source code of this method: __construct Source Code

public bool
()

Overloaded check function
Returns
  • bool True if the object is ok
Since
  • 1.7.0
-
  • \Joomla\CMS\Table\Table::check()
Show source code of this method: check Source Code

public string
(mixed $options = array())

Method to create and execute a SELECT WHERE query.
Parameters
  • array $options Array of options
Returns
  • string Results of query
Since
  • 1.7.0
Show source code of this method: find Source Code

Properties Summary

protected array
$_jsonEncode
Ensure the params in json encoded in the bind method
Since
  • 4.0.0

Tags Summary

Since
1.7.0