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

Contents of /nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Mar 5 10:58:05 2003 UTC (21 years, 6 months ago) by joko
Branch: MAIN
Changes since 1.2: +2 -1 lines
included new required file here

1 <?php
2
3 /**
4 * this file includes all of the widgets
5 * that live in this dir.
6 * If you add a new widget, you should add it here.
7 *
8 * $Id: includes.inc,v 1.2 2003/02/22 21:08:37 jonen Exp $
9 *
10 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
11 * @package phpHtmlLib
12 *
13 */
14
15 /**
16 * do the includes
17 *
18 * commented widgets are not really ready for
19 * prime time.
20 *
21 */
22 include_once($phphtmllib."/widgets/data_list/DataList.inc");
23 include_once($phphtmllib."/widgets/data_list/DataListSource.inc");
24 include_once($phphtmllib."/widgets/data_list/MemoryDataListSource.inc");
25 include_once($phphtmllib."/widgets/data_list/DefaultGUIDataList.inc");
26
27 ?>

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