I'm planning on creating a model that joins some tables to be used in a CGridView. Will the CRUD generated by gii work on this? Specifically the ability to Create/Update.
I've already tried generating CRUD on a MYSQL view - which did not work right for Create/Update.
Thanks!