PHP Classes

File: yii/demos/phonebook/index.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   yii/demos/phonebook/index.php   Download  
File: yii/demos/phonebook/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 325 bytes
 

Contents

Class file image Download
<?php

// change the following paths if necessary
$yii=dirname(__FILE__).'/../../framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';

// remove the following line when in production mode
defined('YII_DEBUG') or define('YII_DEBUG',true);

require_once(
$yii);
Yii::createWebApplication($config)->run();