10-18-2012, 02:33 AM
[eluser]noslen1[/eluser]
You're right, the fact is that using just a Model with one function to retrieve data from DB, and twenty functions to make some operations on those data, away from DB is kinda awkward to me also.
My models are just used for creating, retrieving, updating or deleting data from DB.
But I don't know what you exactly wanna do with your object. So maybe Model sounds better for your case.
You're right, the fact is that using just a Model with one function to retrieve data from DB, and twenty functions to make some operations on those data, away from DB is kinda awkward to me also.
My models are just used for creating, retrieving, updating or deleting data from DB.
But I don't know what you exactly wanna do with your object. So maybe Model sounds better for your case.