George P Burdell
Lifer
Has anyone here used Zend's framework? I know PHP frameworks are a dime-a-dozen, but I'm specifically interested in Zend.
Originally posted by: blurredvision
Not to highjack, but as someone who is studying PHP, what is a framework? Maybe somebody can answer my question along with yours 🙂.
Originally posted by: blurredvision
Not to highjack, but as someone who is studying PHP, what is a framework? Maybe somebody can answer my question along with yours 🙂.
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.
Symfony is a full-stack framework, a library of cohesive classes written in PHP5.
It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise.
Symfony is based on experience. It does not reinvent the wheel: it uses most of the best practices of web development and integrates some great third-party libraries.
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks