Gii Modifications

I’m looking for a way to modify the way Gii generates crud views. When I’m running netbeans and I’m working on multiple controllers, it gets confusing to look up at the filenames and see only: create, view, _search, main…etc

Is there a way to make it append something to the view name so that they aren’t all the same…ie (<prefix>_create) or modelName_view …etc?

I use netbeans plugin that shows path to a current file in the top of IDE window - for me this solved the problem you described.

Plugin name is Show Path in the Titlebar.

Talking about netbeans plugins I’d also mention Autosave module, which allows automatically save files on switching to other file/program(browser, for example). I started to work faster with this one.

Thanks yugene! That’s a good idea!