Very good and mostly important
useful component!
Can save a lot of time and help developer in understanding extension development
I have a question indeed regarding naming convention of classes...
I generated a component with template number 4 (comp with admin interface).
The name I gave it is
Was
As a result I obtained two controller classes named respectively:
WassController (main controller)
WassControllerWas
I expected the classes to be:
WasController (main controller)
WasControllerWass
(this by compairing other joomla extensions like com_weblinks, shipped with original joomla package)
The same thing happens for views and models...
Am I right or do I miss something?
Thank you very much for your time,
Cristiano