| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the UserCache 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: | blueyed: Daniel HAHLER |
| Copyright: | (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/} |
| Version: | $Id: _usercache.class.php,v 1.1 2007/06/25 11:01:47 fplanque Exp $ |
| Poids: | 291 lignes (8 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
UserCache:: (6 méthodes):
UserCache()
add()
load_blogmembers()
get_blog_member_option_list()
clear()
remove_by_ID()
| UserCache() X-Ref |
| Constructor |
| add( & $Obj ) X-Ref |
| Pas de description |
| load_blogmembers( $blog_ID ) X-Ref |
| Load members of a given blog param: integer blog ID to load members for |
| get_blog_member_option_list( $blog_ID, $default = 0, $allow_none = false, $always_load_default = false ) X-Ref |
| Loads cache with blog memeber, then display form option list with cache contents Optionally, also adds default choice to the cache. param: integer blog ID param: integer selected ID param: boolean provide a choice for "none" with ID 0 |
| clear( $keep_shadow = false ) X-Ref |
| Clear our caches. |
| remove_by_ID( $reg_ID ) X-Ref |
| Handle our login cache. |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|