Ok. So lets say i have a New object.
How do i manage queries and stuff for getting multiple results?
Where would i put the method, getXNewestArticles() ?
i'm having some major issues with my object design. lol.
at the moment i have the database object and the news object.... the news object uses the database object for the methods getArticleById etc.
Any tips would be good. Thanks