/[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.4 - (hide annotations)
Wed Mar 5 10:56:31 2003 UTC (21 years, 6 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED
- removed

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 joko 1.4 * $Id: includes.inc,v 1.3 2003/03/01 21:47:47 joko Exp $
11 joko 1.1 *
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 joko 1.3 //include_once($phphtmllib."/widgets/data_source/MemoryDataSource.inc");
23     include_once($phphtmllib."/widgets/data_source/GenericDataSource.inc");
24 joko 1.1
25     ?>

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