| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the GenericCategory class. This file is part of the evoCore framework - {@link http://evocore.net/} See also {@link http://sourceforge.net/projects/evocms/}.
| Author: | fplanque: Francois PLANQUE. |
| Author: | mbruneau: Marc BRUNEAU / PROGIDISTRI |
| Copyright: | (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/} |
| Version: | $Id: _genericcategory.class.php,v 1.1 2007/06/25 11:00:15 fplanque Exp $ |
| Poids: | 154 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
GenericCategory:: (4 méthodes):
GenericCategory()
load_from_request()
set()
add_children()
Classe: GenericCategory - X-Ref
GenericCategory Class| GenericCategory( $tablename, $prefix = '', $dbIDname = 'ID', $db_row = NULL ) X-Ref |
| Constructor param: string Table name param: string param: string DB ID name param: array|NULL Database row |
| load_from_request() X-Ref |
| Load data from Request form fields. return: boolean true if loaded data seems valid. |
| set( $parname, $parvalue ) X-Ref |
| Set param value By default, all values will be considered strings param: string parameter name param: mixed parameter value |
| add_children( & $GenericCategory ) X-Ref |
| Add a child param: GenericCategory |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|