PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of bassam alessawi   lezaz   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: lezaz
Template engine that compiles tags into PHP code
Author: By
Last change:
Date: 8 years ago
Size: 301 bytes
 

Contents

Class file image Download
<?php

/**
 * Front to the Sfhati application. This is main file, loads:
 * conf.php which does and tells Sfhati to load Classes.
 * load plugins
 * load template
 * print html
 *
 * @package Sfhati
 */


session_start();
define('YOUCANINCLUDE', 'Yes');
include
"conf.php";

echo
$lezaz->run();

?>