PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of andreas altendorfer   XML Weblication   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Startpage
Class: XML Weblication
XML based content management framework
Author: By
Last change: Just initialize an object of class Application and run it
Date: 20 years ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

 
require_once( "lib/config.php" );
 
 
$app = new Application("weblication-demo");
 
 
$app->run();

?>