summaryrefslogtreecommitdiff
path: root/framework/yiic
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:11:05 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:11:05 +0200
commit341cc4dd9c53ffbfb863e026dd58549c1082c7a7 (patch)
tree1bbbed20313bafb9b063b6b4d894fe580d8b000f /framework/yiic
yii-framework 1.1.10 hinzugefügtHEADmaster
Diffstat (limited to 'framework/yiic')
-rw-r--r--framework/yiic15
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 &copy; 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');