>This is very good advice. I have moved many of my plugins and apps from 
using models to modules because of the performance gain. There is nothing 
wrong with the models implementation, but it's really meant to define 
tables and that's it. Functionality that doesn't belong in a controller 
should go to modules.<

Interesting, so to clarify: are you minimizing the amount of code into the 
model (limiting it to table definitions) or you avoid using a model at all?

Reply via email to