Sunday, March 6, 2022

[FIXED] how to use gii generator with modules in yii framework?

Issue

i am using the gii generator to create a module.

the issue is when i try to create a form or some model for that module... i can't tell it to generate those files in that module... it only does it in the main application folders.

any ideas?

thanks.enter image description here


Solution

To create a model for a specific module in yii you can give input to the model path text field like 'application.modules..models'.



Answered By - Kapil gopinath

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.