PHP Classes

File: yii/demos/hangman/index.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   yii/demos/hangman/index.php   Download  
File: yii/demos/hangman/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: 177 bytes
 

Contents

Class file image Download
<?php

$yii
=dirname(__FILE__).'/../../framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';

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