PHP Classes

File: phpdoc.xml

Recommend this page to a friend!
  Packages of Barton Phillips   Simple Site Class   phpdoc.xml   Download  
File: phpdoc.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Site Class
Simple Site Class
Author: By
Last change:
Date: 8 days ago
Size: 751 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <phpdoc> <title>SiteClass Framework Documentation</title> <parser> <!-- Intermediate parsed XML (optional but useful for advanced use) --> <target>newdocs/xml</target> </parser> <transformer> <!-- Final HTML output to your GitHub Pages docs directory --> <target>newdocs</target> </transformer> <files> <directory>includes</directory> <!-- Manually listed files, incrementally add more as you refine them --> <!-- <file>includes/SiteClass.class.php</file> <file>includes/database-engines/Database.class.php</file> <file>includes/database-engines/dbPdo.class.php</file> <file>includes/database-engines/dbTables.class.php</file> --> </files> </phpdoc>