| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the Generic Element class, which manages user groups. 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: _genericelement.class.php,v 1.1 2007/06/25 11:00:17 fplanque Exp $ |
| Poids: | 169 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
GenericElement:: (4 méthodes):
GenericElement()
load_from_Request()
disp_form()
get_name()
Classe: GenericElement - X-Ref
User Element| GenericElement( $tablename, $prefix = '', $dbIDname = 'ID', $db_row = NULL ) X-Ref |
| Constructor param: string Name of table in database param: string Prefix of fields in the table param: string Name of the ID field (including prefix) param: object DB row |
| load_from_Request() X-Ref |
| Load data from Request form fields. return: boolean true if loaded data seems valid. |
| disp_form() X-Ref |
| TODO |
| get_name( $format = 'htmlbody' ) X-Ref |
| Template function: return name of item param: string Output format, see {@link format_to_output()} return: string |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|