Documentation is available at phphtml.php
- <?
- define (PHPHTML_VERSION, "0.6.4");
- /* gettext is not implemented for now*/
- $use_gettext=0;
- /* We need to know where the PHP::HTML tree is installed.*/
- if (strlen(chop($htmlclass_path))==0) $htmlclass_path=".";
- if ($use_gettext==1)
- {
- if (function_exists("gettext"))
- {
- $gettext_enable=1;
- }
- }
- include("$htmlclass_path/ext.php"); /* Some extenstions to PHP */
- include("$htmlclass_path/core.php"); /* PHP::HTML Core */
- include("$htmlclass_path/xhtml.php"); /* XHTML extensions */
- include("$htmlclass_path/xhtml_table.php"); /* XHTML tables extensions */
- include("$htmlclass_path/xhtml_forms.php"); /* XHTML forms extensions */
- include("$htmlclass_path/xhtml_doc.php"); /* XHTML document extension */
- include("$htmlclass_path/wml.php"); /* WML extension */
- /* Below is a debugging example */
- /*
- $t=new XHTML_doc("Hello");
- echo $t->render();
- */
Documentation generated on Tue, 24 May 2005 03:59:01 -0400 by phpDocumentor 1.3.0RC3