I am currently working on a login system for a site using the Zend Framework for its MVC architecture.
Which design makes more sense
registration and login each gets its own set of model, views and controllers.
both the registration and login is implemented within the same model, view and controller.
Would love to hear the arguments for and against both design patterns so i can better understand the "preferred" or "best" way to implement a program using the MVC architecture.