summaryrefslogtreecommitdiff
path: root/protected/yiic.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:44:38 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:44:38 +0200
commit69bffb7fe85347621f41c0baed839452e72930e1 (patch)
tree8446bced1732932fd741e91ff8dba88b1e56693b /protected/yiic.php
parenta098922f681a9a1362202580a26b132501df4b1b (diff)
Erstes Yii Projekt
Diffstat (limited to 'protected/yiic.php')
-rw-r--r--protected/yiic.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/protected/yiic.php b/protected/yiic.php
new file mode 100644
index 0000000..0fd331a
--- /dev/null
+++ b/protected/yiic.php
@@ -0,0 +1,7 @@
+<?php
+
+// change the following paths if necessary
+$yiic=dirname(__FILE__).'/../../yii-framework/framework/yiic.php';
+$config=dirname(__FILE__).'/config/console.php';
+
+require_once($yiic);