| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE |
| File Size: | 247 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JTableMenuType:: (4 methods):
__construct()
check()
store()
delete()
Class: JTableMenuType - X-Ref
Menu Types table| __construct(&$db) X-Ref |
| Constructor param: JDatabase &$db A database connector object. |
| check() X-Ref |
| Overloaded check function return: boolean True on success, false on failure |
| store($updateNulls = false) 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. return: boolean True on success. |
| delete($pk = null) X-Ref |
| Method to delete a row from the database table by primary key value. param: mixed $pk An optional primary key value to delete. If not set the instance property value is used. return: boolean True on success. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |