summaryrefslogtreecommitdiff
path: root/protected/runtime/gii-1.1.10
diff options
context:
space:
mode:
Diffstat (limited to 'protected/runtime/gii-1.1.10')
-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',
+);