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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Feb 22 21:08:08 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     * this file includes all of the utility function files.
5     * these files define utility functions that help
6     * the creation of the tag objects.
7     *
8     * $Id: includes.inc,v 1.7 2002/11/07 01:27:56 hemna Exp $
9     *
10     * @author Walter A. Boring IV <waboring@buildabetterweb.com>
11     * @package phpHtmlLib
12     *
13     */
14    
15     /**
16     * do the includes
17     */
18     include_once( $phphtmllib."/tag_utils/divtag_utils.inc");
19     include_once( $phphtmllib."/tag_utils/font_utils.inc");
20     include_once( $phphtmllib."/tag_utils/form_utils.inc");
21     include_once( $phphtmllib."/tag_utils/frame_utils.inc");
22     include_once( $phphtmllib."/tag_utils/html_utils.inc");
23     include_once( $phphtmllib."/tag_utils/misc_utils.inc");
24    
25     //include the xml stuff
26     include_once( $phphtmllib."/tag_utils/xml_utils.inc");
27     include_once( $phphtmllib."/tag_utils/wml_utils.inc");
28     include_once( $phphtmllib."/tag_utils/svg_utils.inc");
29    
30     ?>

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