HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
ModelCode.php
Go to the documentation of this file.
1 <?php
2 return array (
3  'template' => 'default',
4  'connectionId' => 'db',
5  'tablePrefix' => '',
6  'modelPath' => 'application.models',
7  'baseClass' => 'CActiveRecord',
8  'buildRelations' => '1',
9  'commentsAsLabels' => '0',
10 );