diff options
Diffstat (limited to 'framework/yiic')
| -rw-r--r-- | framework/yiic | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/framework/yiic b/framework/yiic new file mode 100644 index 0000000..c2f8272 --- /dev/null +++ b/framework/yiic @@ -0,0 +1,15 @@ +#!/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 Copyright © 2008 Yii Software LLC + * @license http://www.yiiframework.com/license/ + * @version $Id: yiic 702 2009-02-18 19:29:48Z qiang.xue $ + */ + +require_once(dirname(__FILE__).'/yiic.php'); |
