mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 07:14:06 +01:00
6 lines
107 B
PHP
6 lines
107 B
PHP
<?php
|
|
|
|
class ModelGenerator extends CCodeGenerator
|
|
{
|
|
public $codeModel='gii.generators.model.ModelCode';
|
|
} |