View Single Post
  #1 (permalink)  
Old 05-13-2008, 03:40 PM
rishijd rishijd is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default Newbie question - MVC - where can I learn more about the "model"?

Hi,
I'm a total newbie, but I am reading up on the Zend framework and trying out some tutorials, very useful.. However everything I've read/tried involves the "application/views" and "application/controllers" directories to create views and controllers. I have not yet come across any mention of the "models" subdirectory.

Where can I learn more about this and what it's used for?

Am I right in assuming that I can build my own functionality (e.g. user login form, CMS) entirely with the concept of a controller and view? (but not a model)

Many thanks
Reply With Quote