Helping ordinary people create extraordinary websites!
GET OUR NEWSLETTER
Your Email:
 
Webmaster Blog

Zend Framework: The Best Framework for Use With Other Frameworks

Here’s an interesting sales pitch. Using a PHP Framework? Cool. Just make sure you add Zend.

The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. It also comes with a lot of extra functionality that you might find useful in your application, including some of the best web services libraries available, especially when working with Google’s APIs.

But here’s the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework. You can use the Zend Framework’s libraries to manipulate dates and times, work with RSS feeds, interact with Google’s Gdata APIs, even generate PDF files (although the functionality isn’t as mature as FPDF).

Fred Wu recently blogged about using Zend Framework with CodeIgniter. It’s a fantastic way to make use of the efforts of all ZF contributors, as well as speed up development significantly. Chances are, if there’s something you’re trying to do in your web application, the Zend Framework can help.

So check it out. It might just make your day.

Tags: , , ,


Related Posts
» Benchmarking PHP frameworks
» Choosing a framework
» Rails vs. PHP: Fair Comparison?
» jQuery: Interaction Design for PHP Developers
» Code reuse in PHP frameworks
 



2 Responses to “Zend Framework: The Best Framework for Use With Other Frameworks”

  1. PHPDeveloper.org Says:

    Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks…

    The Developer Tutorials blog has an interesting perspective on the whole ……

  2. No hace falta casarse con el Zend Framework | WEBDEV Says:

    […] explican bastante bien en éste artículo: no hace falta casarse con el Zend Framework para utilizarlo. Sus clases están pensadas para […]

Leave a Reply

Advertise with Us!


Blog Categories Blog Archives


Tutorials Scripts Web Hosting Developer Manuals
Resources