09-02-2009, 03:03 AM
[eluser]n0xie[/eluser]
Usually a model relates to a database table or a grouping of related database tables. So if the methods query the same table, then yes by all means put them in the same model. If not I would just add several different models. You never know when you might want to expand on the functionality.
Usually a model relates to a database table or a grouping of related database tables. So if the methods query the same table, then yes by all means put them in the same model. If not I would just add several different models. You never know when you might want to expand on the functionality.