diff options
Diffstat (limited to 'protected/runtime/gii-1.1.10/ModelCode.php')
| -rw-r--r-- | protected/runtime/gii-1.1.10/ModelCode.php | 8 |
1 files changed, 8 insertions, 0 deletions
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', +); |
