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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To create a model for a specific module in yii you can give input to the model path text field like ‘application.modules..models‘.