PHP Classes

File: yii/framework/yiic

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   yii/framework/yiic   Download  
File: yii/framework/yiic
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 358 bytes
 

Contents

Class file image Download
#!/usr/bin/env php <?php /** * Yii command line script for Unix/Linux. * * This is the bootstrap script for running yiic on Unix/Linux. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ * @copyright 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ require_once(dirname(__FILE__).'/yiic.php');