[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the abstract DataObjectList2 base 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 |
Copyright: | (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/} |
Version: | $Id: _dataobjectlist2.class.php,v 1.3 2007/09/28 09:28:36 fplanque Exp $ |
Poids: | 342 lignes (10 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
FilteredResults:: (3 méthodes):
is_filtered()
get_active_filters()
dump_active_filters()
DataObjectList2:: (4 méthodes):
DataObjectList2()
get_filter_title()
move_up()
move_down()
Classe: FilteredResults - X-Ref
is_filtered() X-Ref |
Check if the Result set is filtered or not |
get_active_filters() X-Ref |
Get every active filter that is not the same as the defaults |
dump_active_filters() X-Ref |
Show every active filter that is not the same as the defaults |
Classe: DataObjectList2 - X-Ref
Data Object List Base Class 2DataObjectList2( & $Cache, $limit = null, $param_prefix = '', $default_order = NULL ) X-Ref |
Constructor If provided, executes SQL query via parent Results object param: DataObjectCache param: integer number of lines displayed on one screen (null for default [20]) param: string prefix to differentiate page/order params when multiple Results appear one same page param: string default ordering of columns (special syntax) |
get_filter_title( $prefix = ' ', $suffix = '', $glue = ' - ', $order = NULL, $format = 'htmlbody' ) X-Ref |
Pas de description |
move_up( $id ) X-Ref |
Move up the element order in database param: integer id element return: unknown |
move_down( $id ) X-Ref |
Move down the element order in database param: integer id element return: unknown |
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |