from my index.php I call different options using mvc.
For example customers: list the clients with listclient.php. But there I have edit and new client.
The question is: I have to create a clientcontroller.php and a viewaggregate.php and viewedit.php, with its module ..
And the same for articles, new ticket, etc?
I program from scratch without any framework