1 2 3 4 5 6 7 8
<?php return array ( 'template' => 'default', 'tablePrefix' => 'tbl_', 'modelPath' => 'application.models', 'baseClass' => 'CActiveRecord', 'buildRelations' => '1', );