I am trying to create CRUD through GII in the YII Framework in the modules folder. But there is one option for changing the CRUD path.
I also looked around. Hope this helps.
Sorry, the link is in Indonesian. A source
module-name/user
module-name/UserController.php
module-name
UserController
It might be useful to create controllers
how can you get its controller and browse inside the module you want. As for the models, I agree with the previous answers.
Byee
Model Class: user_access.models.User
Controller ID: user_access / user
Model Class: application.modules.guestbook.models.GuestbookController ID: Guestbook / Default
Model Class: application.modules.guestbook.models.Guestbook
Controller ID: Guestbook / Default
Note: guestbook is my module name, and I created crud directly in the guestbook folder using the above path.