The Zend Framework offers many standard validators to assist your input sanitisation, allowing you to be as certain as possible that the input your users are entering is safe and that values are what you expect them to be. But sometimes the validator you need doesn’t exist. This article will give a quick introduction into Read Blog…
Custom Zend Validator – Check a Date is Between Range
March 12th, 2011 by Richard
Routing in Zend Framework
March 7th, 2011 by Daniel
Routing is what Zend Framework refers to URL Rewriting as. This enables you to replicate the functionality of Apache’s mod_rewrite; that is, you can enable a custom URL format to map to certain resources within the website. Routes A route is a single rewrite rule. These are objects of the class Zend_Controller_Router_Route_Abstract or its subclasses. Read Blog…
An Introduction to Zend Framework
April 6th, 2010 by Daniel
Zend Framework is Click Consult’s preferred web application framework. In this blog post I will introduce the main concepts behind Zend Framework and the benefits of using it and other web application frameworks. What is a Web Application? In order to understand what a “Web Application Framework” is, we must first understand what a “Web Read Blog…









