~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to protected/runtime/gii-1.1.6/ModelCode.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

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