yiisoft / yii-gii

Yii code generator extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
33 stars 18 forks source link

CRUD generator #138

Open ahmadasjad opened 2 months ago

ahmadasjad commented 2 months ago

Copy CRUD code from yii2 repo https://github.com/yiisoft/yii2-gii

What steps will reproduce the problem?

What is the expected result?

Have an option to generate CRUD for an active record

What do you get instead?

CRUD generator not available

Additional info

Q A
Version 1.0.?
PHP version
Operating system
samdark commented 2 months ago

Active Record isn't yet stable, so I'd wait a bit for it to have a tag. Then yes, it would make perfect sense to have it.

xepozz commented 1 month ago

https://github.com/yiisoft/yii-gii/pull/111 There was the first attempt