yii-ext/gii-enum-generator

There is no license information available for the latest version (0.6.1) of this package.

Enum classes generator for gii

0.6.1 2014-03-26 12:10 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:04:24 UTC


README

Used for enum classes generation.

Installation: add to main.php config file

'gii' => array(
    'generatorPaths'=>array(
        'common.gii',   // a path alias
        'application.vendor.yii-ext.gii-enum-generator'
    ),
),