PHP Classes

File: xmlSiteMaker/bin/generateSite.php

Recommend this page to a friend!
  Classes of Ilya Nemihin   xmlSiteMaker   ???   Download  
File: xmlSiteMaker/bin/???
Role: Application script
Content type: text/plain
Description: main start script
Class: xmlSiteMaker
Offline site generator based on XML
Author: By
Last change:
Date: 22 years ago
Size: 223 bytes
 

Contents

Class file image Download
<?php

$include_root
= '../include/';
include (
$include_root.'functions/ClassLoader.php' );

load_class( 'SiteGenerator/SiteGenerator.php' );

$siteGenerator = new SiteGenerator();
$siteGenerator->generate();

?>