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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu May 6 16:23:38 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +6 -6 lines
 updated all to v2.4.1 - Apr 01, 2004

1 <?php
2
3 /**
4 * the script that includes this file MUST
5 * set the $phphtmllib var. Its used to determine
6 * the base path on the filesystem where the php html libs
7 * live.
8 *
9 * $Id: includes.inc,v 1.8 2002/11/05 23:07:35 hemna Exp $
10 *
11 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
12 * @package phpHtmlLib
13 *
14 */
15
16 /**
17 * include the defines first
18 */
19 include_once( $phphtmllib."/defines.inc");
20
21 /**
22 * this is the base class of them ALL
23 */
24 include_once( $phphtmllib."/ContainerClass.inc");
25
26 /**
27 * get the XML tag class
28 */
29 include_once( $phphtmllib."/XMLTagClass.inc");
30
31 /**
32 * get the parent tag class
33 */
34 include_once($phphtmllib."/HTMLTagClass.inc");
35
36 /**
37 * now get all of the supported tag.
38 */
39 include_once($phphtmllib."/tag_classes/includes.inc");
40
41 /**
42 * lets get all of the tag utility functions.
43 */
44 include_once($phphtmllib."/tag_utils/includes.inc");
45
46 /**
47 * lets get all of the widget classes
48 * that are based on the tag classes and
49 * tag util functions
50 */
51 include_once($phphtmllib."/widgets/includes.inc");
52
53 /**
54 * Get the version #string and the version functions
55 */
56 include_once($phphtmllib."/version.inc");
57
58 /**
59 * include all form classes
60 */
61 include_once($phphtmllib."/form/includes.inc");
62 ?>

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