Hi! I make my work diploma with zend framework. So, I would like to do the best practices.
I use the MVC model. When you make a function which is called by an action, where do you write this function? directlly in the controller? Do you make your own library? And when you make a custom sql request, where you write this request? In function in a model? Do you make a new model for that? Do you make a function in a class of your own library? Noe
