Archive

Posts Tagged ‘Zend Framework’

10 Reasons to Use Zend Framework

By   | on December 7th, 2011 No comments

Why you should use Zend Framework? This is not only an interview question, while taking structural decisions about a project, we should ask this question to ourself. This article gives good reasons why you should adopt Zend framework in your working culture and what kind of benefits you can get out from Zend Framework.

  1. Extend Classes like There’s no Tomorrow
  2. Object-oriented Goodness
  3. Use What you Need, Forget Everything Else
  4. It lets you do a Lot of Things!
  5. No Model Implementation – Choose your Own Adventure!
  6. Integrate with Whatever you Want!
  7. Guidelines and Standards
  8. All Code is Guilty Until Proven Innocent (aka Test-Driven Development)
  9. Community and Documentation
  10. Certification

 

Read in details at  10 Compelling Reasons to Use Zend Framework

Integrating Zend Framework with Drupal and WordPress

By   | on July 23rd, 2011 No comments

Zend Framework is not only a framework but a robust library for many kind of operations and services. While working with Drupal or WordPress sometime we found that a good library for one particular operation is already available in Zend Framework.

You can easily use Zend Framework library in your projects with bothering about its app framework and MVC structure. Drupal and WordPress both have mechanism to use Zend framework in them without doing any major work.

Drupa module for Zend Framework

Its very easy to setup and use. You can start using Zend Framework in your Drupal modules within few minutes.
Installation and usage instructions are available on Module’s page.

http://drupal.org/project/zend

This module is available for version 6 as well as 7 of Drupal.

WordPress plugin for Zend Framework

http://wordpress.org/extend/plugins/zend-framework

This module also provide embedded Zend framework library and easy to install and setup.

Plugin’s official setup instructions need one clarification (As I am writing this).

On page

http://wordpress.org/extend/plugins/zend-framework/installation/

Following instruction has been mentioned.

1. Upload plugin-name.php to the /wp-content/plugins/ directory

I think writer forgot to change the instruction template, this can be read at

1. Upload zend-framework folder to the /wp-content/plugins/ directory

One more plugin is also available for WordPress at

http://wordpress.org/extend/plugins/wp-zff-zend-framework-full

This module has instructions which are more detailed and precise to be used.

Let�s plug the power of Zend Framework library to these wonderful CMSs and enjoy the benefits.