~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/MODEL/users/_usercache.class.php

  • Committer: fplanque
  • Date: 2006-03-12 22:08:51 UTC
  • Revision ID: cvs-1:fplanque-20060312220851-zqs1uoq44tacpqqx
doc cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - {@link http://thequod.de/contact}.
10
10
 *
11
11
 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
12
 
 * {@internal
13
 
 * b2evolution is free software; you can redistribute it and/or modify
14
 
 * it under the terms of the GNU General Public License as published by
15
 
 * the Free Software Foundation; either version 2 of the License, or
16
 
 * (at your option) any later version.
17
 
 *
18
 
 * b2evolution is distributed in the hope that it will be useful,
19
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
 * GNU General Public License for more details.
22
 
 *
23
 
 * You should have received a copy of the GNU General Public License
24
 
 * along with b2evolution; if not, write to the Free Software
25
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
 
 * }}
27
12
 *
28
13
 * @package evocore
29
14
 *
31
16
 * @author fplanque: Francois PLANQUE
32
17
 * @author blueyed: Daniel HAHLER
33
18
 *
34
 
 * @version $Id: _usercache.class.php,v 1.1 2006/02/23 21:11:58 fplanque Exp $
 
19
 * @version $Id: _usercache.class.php,v 1.2 2006/03/12 23:09:00 fplanque Exp $
35
20
 */
36
21
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
37
22
 
64
49
 
65
50
        /**
66
51
         * Constructor
67
 
         *
68
 
         * {@internal UserCache::UserCache(-) }}
69
52
         */
70
53
        function UserCache()
71
54
        {
147
130
        /**
148
131
         * Overload parent's function to also maintain the login cache.
149
132
         *
150
 
         * {@internal UserCache::add(-) }}
151
133
         * @param User
152
134
         * @return boolean
153
135
         */
220
202
         *
221
203
         * Optionally, also adds default choice to the cache.
222
204
         *
223
 
         * {@internal UserCache::blog_member_list(-) }}
224
 
         *
225
205
         * @param integer blog ID
226
206
         * @param integer selected ID
227
207
         * @param boolean provide a choice for "none" with ID 0
260
240
         *
261
241
         * Load the cache if necessary
262
242
         *
263
 
         * {@internal UserCache::option_list(-) }}
264
 
         *
265
243
         * @param integer selected ID
266
244
         * @param boolean provide a choice for "none" with ID 0
267
245
         */
274
252
 
275
253
/*
276
254
 * $Log: _usercache.class.php,v $
 
255
 * Revision 1.2  2006/03/12 23:09:00  fplanque
 
256
 * doc cleanup
 
257
 *
277
258
 * Revision 1.1  2006/02/23 21:11:58  fplanque
278
259
 * File reorganization to MVC (Model View Controller) architecture.
279
260
 * See index.hml files in folders.