PHP Classes

File: elemental-sm/index.php

Recommend this page to a friend!
  Classes of Ilya Nemihin   elementalSiteMaker   elemental-sm/index.php   Download  
File: elemental-sm/index.php
Role: Application script
Content type: text/plain
Description: index for web
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 21 years ago
Size: 203 bytes
 

Contents

Class file image Download
<?php

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

load_class( 'PageShower/PageShower.php' );

$pageShower = new PageShower();
$pageShower->show();

?>