GiixModelCode.php 233 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?php
return array (
  'template' => 'default',
  'connectionId' => 'db',
  'tablePrefix' => '',
  'modelPath' => 'application.models',
  'baseClass' => 'GxActiveRecord',
  'buildRelations' => true,
  'commentsAsLabels' => false,
);