PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
define
("APPLICATION_PATH", dirname(__FILE__));

$app = new Yaf_Application(APPLICATION_PATH . "/conf/application.ini");
$app->bootstrap()
->
run();