/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/data_source/includes.inc
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/widgets/data_source/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Mar 1 02:57:57 2003 UTC (21 years, 6 months ago) by joko
Branch: MAIN
+ initial commit

1 joko 1.1 <?php
2    
3     /**
4     * This file includes additional data-source components
5     * living beside the main data-component dir 'data_list'.
6     * What makes these special is the independency
7     * of the type of data they handle. They are not restricted
8     * to lists only. In fact, they just don't care.... ;-)
9     *
10     * $Id: includes.inc,v 1.2 2003/02/22 21:08:37 jonen Exp $
11     *
12     * @author Andreas Motl <andreas.motl@ilo.de>
13     * @author Sebastian Utz <seut@tunemedia.de>
14     * @package phpHtmlLib
15     *
16     */
17    
18     /**
19     * do the includes
20     *
21     */
22     //include_once($phphtmllib."/widgets/data_source/MemoryDataSource.inc");
23     include_once($phphtmllib."/widgets/data_source/ProxyDataSource.inc");
24    
25     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed