Yes, I did it by extending the default CRUD commands and templates. Hope, soon I’ll show the demo. And, how can I help to community? Where I can contribute it? As another google project or inside existing yii?
It would also be great to provide input possibilities for primary keys. I generated CRUD forms for a user class where the user name is used as PK. Now I can’t insert users, because I can’t enter a name. ^^
(Yeah, I know I can extend the templates. But this was intended for a tutorial. And I’m not sure if it would be best starting with such a topic.)