| [ 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.txt |
| File Size: | 117 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
TemplatesTableStyle:: (5 methods):
__construct()
bind()
check()
store()
delete()
Class: TemplatesTableStyle - X-Ref
| __construct(&$db) X-Ref |
| Constructor param: JDatabase A database connector object |
| bind($array, $ignore = '') X-Ref |
| Overloaded bind function to pre-process the params. param: array Named array return: null|string null is operation was satisfactory, otherwise returns an error |
| check() X-Ref |
| Overloaded check method to ensure data integrity. return: boolean True on success. |
| store($updateNulls = false) X-Ref |
| Overloaded store method to ensure unicity of default style. param: boolean True to update fields even if they are null. return: boolean True on success. |
| delete($pk = null) X-Ref |
| Overloaded store method to unsure existence of a default style for a template. param: mixed An optional primary key value to delete. If not set the return: boolean True on success. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |