Don’t get me wrong ZF is my PHP framework of choice however it’s really lacking the Model concept from the MVC design pattern! The Model is where you should be implementing your business logic, data validation for example… Zend Framework implements interfaces for filtering and validation on it’s Form components. The framework however lacks these interfaces on other [...]
Posts Tagged ‘Zend Framework’
Wheres the Model in Zend Frameworks MVC?
Posted: 5th December 2008 by Grant Perry in Zend FrameworkTags: form, model, mvc, validation, Zend Framework
2