summaryrefslogtreecommitdiff
path: root/protected/runtime/gii-1.1.10
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-15 18:37:40 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-15 18:37:40 +0200
commitfeb2fe055435e7ecdc657cacee2aaf7dc339dbc9 (patch)
tree77fa07572ae7a5a2b6e808c97b9adc7f035059b3 /protected/runtime/gii-1.1.10
parentba20ededac6fd68d281603e8c9273f5134d21a4c (diff)
Irgendwas in der art von posts
Diffstat (limited to '')
-rw-r--r--protected/runtime/gii-1.1.10/CrudCode.php5
-rw-r--r--protected/runtime/gii-1.1.10/ModelCode.php8
2 files changed, 13 insertions, 0 deletions
diff --git a/protected/runtime/gii-1.1.10/CrudCode.php b/protected/runtime/gii-1.1.10/CrudCode.php
new file mode 100644
index 0000000..20e6de0
--- /dev/null
+++ b/protected/runtime/gii-1.1.10/CrudCode.php
@@ -0,0 +1,5 @@
+<?php
+return array (
+ 'template' => 'default',
+ 'baseControllerClass' => 'Controller',
+);
diff --git a/protected/runtime/gii-1.1.10/ModelCode.php b/protected/runtime/gii-1.1.10/ModelCode.php
new file mode 100644
index 0000000..5e9791a
--- /dev/null
+++ b/protected/runtime/gii-1.1.10/ModelCode.php
@@ -0,0 +1,8 @@
+<?php
+return array (
+ 'template' => 'default',
+ 'tablePrefix' => 'tbl_',
+ 'modelPath' => 'application.models',
+ 'baseClass' => 'CActiveRecord',
+ 'buildRelations' => '1',
+);