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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Feb 22 20:55:24 2003 UTC (21 years, 4 months ago) by jonen
Branch: MAIN
Changes since 1.1: +0 -0 lines
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.0!)

1 jonen 1.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     ?>

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