
Zend Framework is an open-source framework, base on PHP, which we use to develop projects quickly and efficiently.
Because Zend has pre written code we spend more time working on the customised application because the basic functionality is already included in the framework. For example, we can use Zend's 'email validation code' to check an email address is valid, rather than spending time writing code to check an email address.
Because Zend Framework uses OOP - Object Oriented Programming, and MVC - Model View Controller, it makes it ideally suited for larger projects where there may be a few of us working in the code.
We are currently developing a couple of projects using Zend Framework, currently you can view this live project:
Sebastian specialises in Zend Framework projects <read more>
This multi faceted site is built on Zend Framework <read more>