Managing Zend_Form in both MVC and no-MVC environments has a huge advantage, since Zend Framework comes with a load of decorators (HTML to display form fields), validators (functions to check user input) and filters (functions to filter user input). If you look for an easy way to handle all kinds of user input thru forms, [...]
Posts Tagged ‘bootstrap’
No-MVC Zend Framework: Zend_Forms, Decorator, Validator and Filters
Posted: 5th February 2011 by admin in Zend FrameworkTags: autoloader, bootstrap, Controller, Decorators, Filters, MVC, PHP, View, YAML, Zend Framework, Zend_Form
0
No-MVC Zend Framework: Bootstrapping ZF / Part III
Posted: 5th May 2010 by admin in Zend Framework, jQueryTags: Action, autoloader, bootstrap, configuration, Controller, Model, MVC, PHP, View, Zend Framework
For this article, you should be familiar with at least the basics of Zend Framework, especially naming conventions. If not, check out the ZF site for beginners tutorials and/or Quickstart. If you don’t want to use ZF at all, but still need the Star Rating with PHP and Ajax, you can skip ahead to the [...]