PHP Classes

File: yii/demos/helloworld/index.php

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

Contents

Class file image Download
<?php

// include Yii bootstrap file
require_once(dirname(__FILE__).'/../../framework/yii.php');

// create a Web application instance and run
Yii::createWebApplication()->run();