(11-10-2015, 12:57 AM)sintakonte Wrote: i guess it depends
is this just the welcome controller or is there any business logic involved ?
Thank you for your reply !!!
The controller handles the appointments list of a medical office. It makes 7 DB queries (3 more queries are cached), extends DS_Controller and instantiates 3 classes. DS_Controller instantiates 7 other classes making services available. Those services are out of the application folder and I make them available through Composer autoload (psr-4).
What do you think?
Best regards.