<?php // Index File, this is default if // Not find anything on URL // Not change it. // New Update will come. class Index extends Engine { function __construct(){ parent::__construct(); } function index(){ } } ?>
info at phpclasses dot org