| [ 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: | 257 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JTableUsergroup:: (5 methods):
__construct()
check()
rebuild()
store()
delete()
Class: JTableUsergroup - X-Ref
Usergroup table class.| __construct(&$db) X-Ref |
| Constructor param: JDatabase &$db A database connector object |
| check() X-Ref |
| Method to check the current record to save return: boolean True on success |
| rebuild($parent_id = 0, $left = 0) X-Ref |
| Method to recursively rebuild the nested set tree. param: integer $parent_id The root of the tree to rebuild. param: integer $left The left id to start with in building the tree. return: boolean True on success |
| store($updateNulls = false) X-Ref |
| Inserts a new row if id is zero or updates an existing row in the database table param: boolean $updateNulls If false, null object variables are not updated return: boolean True if successful, false otherwise and an internal error message is set |
| delete($oid = null) X-Ref |
| Delete this object and its dependencies param: integer $oid The primary key of the user group to delete. return: mixed Boolean or Exception. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |