[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_finder/src/Table/ -> FilterTable.php (summary)

(no description)

Copyright: (C) 2011 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 167 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilterTable:: (3 methods):
  __construct()
  check()
  store()


Class: FilterTable  - X-Ref

Filter table class for the Finder package.

__construct(DatabaseDriver $db)   X-Ref
Constructor

param: DatabaseDriver  $db  Database Driver connector object.

check()   X-Ref
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.

return: boolean  True if the instance is sane and able to be stored in the database.

store($updateNulls = true)   X-Ref
Method to store a row in the database from the \JTable instance properties.
If a primary key value is set the row with that primary key value will be
updated with the instance property values.  If no primary key value is set
a new row will be inserted into the database with the properties from the
\JTable instance.

param: boolean  $updateNulls  True to update fields even if they are null. [optional]
return: boolean  True on success.



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer