diff options
| author | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
|---|---|---|
| committer | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
| commit | 5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch) | |
| tree | 0c2b6fdc1484b697b1a3740582a906fb51c1d64f /protected/runtime/gii-1.1.10 | |
Initial version
Diffstat (limited to 'protected/runtime/gii-1.1.10')
| -rw-r--r-- | protected/runtime/gii-1.1.10/CrudCode.php | 5 | ||||
| -rw-r--r-- | protected/runtime/gii-1.1.10/FormCode.php | 5 | ||||
| -rw-r--r-- | protected/runtime/gii-1.1.10/ModelCode.php | 8 |
3 files changed, 18 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/FormCode.php b/protected/runtime/gii-1.1.10/FormCode.php new file mode 100644 index 0000000..c52eb26 --- /dev/null +++ b/protected/runtime/gii-1.1.10/FormCode.php @@ -0,0 +1,5 @@ +<?php +return array ( + 'template' => 'default', + 'viewPath' => 'application.views', +); 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..012e10a --- /dev/null +++ b/protected/runtime/gii-1.1.10/ModelCode.php @@ -0,0 +1,8 @@ +<?php +return array ( + 'template' => 'default', + 'tablePrefix' => '', + 'modelPath' => 'application.models', + 'baseClass' => 'CActiveRecord', + 'buildRelations' => '1', +); |
