/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc
ViewVC logotype

Contents of /nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Apr 4 00:26:28 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.1: +2 -1 lines
+ add inclusion

1 <?php
2
3 /**
4 * this file includes all of the widgets and drivers
5 * that live in the sub-dirs of this dir.
6 * If you add a new widget/driver, you should add it here.
7 *
8 * $Id: includes.inc,v 1.1 2003/03/27 01:18:40 jonen Exp $
9 *
10 * @author Sebastian Utz <seut@tunemedia.de>
11 * @package org.netfrag.patches
12 *
13 */
14
15 /**
16 * get right path
17 *
18 */
19 global $config;
20 $path = $config['_startup'][path][lib][patches] . "phphtmllib";
21
22
23 /**
24 * add path to env
25 *
26 */
27 php::add_libpath(array($path));
28
29 /**
30 * do the includes for the drivers
31 *
32 */
33 include_once("drivers/MemoryDataSource.php");
34
35
36 /**
37 * do the includes for the widgets
38 *
39 */
40 include_once("widgets/GenericGUIDataList.php");
41 include_once("widgets/DataItem.php");
42 include_once("widgets/EditDataItem.php");
43
44 ?>

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