| Active Users: |
30 |
| Accounts: |
0 |
| Guests: |
30 |
|
|
|
|
|
|
|
A review of the Zend Framework - Part 1
The Zend Framework is written entirely in PHP 5 Object Oriented conventions and is currently versioned at 0.9.3 Beta, with a full Release Candidate coming in the immediate future. PHP 5 is a major upgrade over previous incarnations of Object Oriented programming in PHP, and its one of the main reasons I choose the Zend Framework.
The framework is built around modular components that can be used as standalone solutions or in conjunction with other components. In this respect they went to great lengths to make the different components very extendable and portable through the creation of interfaces (another PHP 5 caveat) and making sure the components stay as loosely coupled as possible.
| Zend Framework Version: |
1.0 RC1
|
| Author Name: |
Eran Galperin
|
| Source: |
Octablog
|
| Referred By: |
Zend Framework Tutorials
|
|
|
|
|
|
|
|
|
|
|
|