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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:yii-extension

pkg:composer/yii-ext/gii-enum-generator

0.6.1 2014-03-26 12:10 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:53:09 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'
    ),
),