yiisoft / yii-gii

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

CRUD generator #138

Open ahmadasjad opened 1 month ago

ahmadasjad commented 1 month 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 1 month 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 3 weeks ago

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