M can either refer to just the database, but in most bigger projects it refers to a actual data layer of code, that is responsible for saving and loading data.
- Sean On Thu, Jan 14, 2010 at 11:35 AM, Wade Preston Shearer < [email protected]> wrote: > On 14 Jan 2010, at 11:28, Wade Preston Shearer wrote: > > Consider a framework where the business logic and the display logic are >> kept in separate files (as it should be). The display logic is often (and >> well) named a "template." What is a common/good name for the file that >> contains the business logic? >> > > For some reason the M in MVC ('model') had completely escaped me. That's > what I was looking for. Thanks to everyone in IRC. > > > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
