| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the generic ordered 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: _genericordered.class.php,v 1.1 2007/06/25 11:00:17 fplanque Exp $ |
| Poids: | 141 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
GenericOrdered:: (3 méthodes):
GenericOrdered()
set()
dbinsert()
Classe: GenericOrdered - X-Ref
User property;| GenericOrdered( $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 |
| set( $parname, $parvalue ) X-Ref |
| Set param value By default, all values will be considered strings {@internal Contact::set(-)}} param: string parameter name param: mixed parameter value |
| dbinsert() X-Ref |
| Insert object into DB based on previously recorded changes |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|