zend framework

Odafe Ojenikoh's Blog: Interactive PHP CLI Applications using Ze...

PHPDeveloper.org  Thu, 02/16/2012 - 11:09

Odafe Ojenikoh has submitted a post he's written up showing how to create a command line PHP application with the help of the Zend Framework and it's Zend_Form elements.


 

Rob Allen's Blog: One-to-Many Joins with Zend_Db_Table_Select

PHPDeveloper.org  Wed, 02/08/2012 - 09:28

Rob Allen has a tip for the Zend Framework users out there using the Zend_Db module to connect to their database resources - how to do a one to many join with the help of Zend_Db_Table_Select (easier than it sounds).


 

Zend Framework application.ini Cheat-Sheet - Mayflower Blog - PH...

Planet PHP  Fri, 02/03/2012 - 03:01

With the release of Zend Framework 1.8 came the long awaited component for bootstrapping a Zend Framework application.

Many different bootstrapping-solutions became obsolete with Zend_Application.


 

Ade Slade's Blog: Integrating Zend Framework 1 and Pimple

PHPDeveloper.org  Wed, 01/18/2012 - 13:11

In this new post to his blog Ade Slade shows how to integrate the Pimple lightweight dependency injection container with a Zend Framework application.


 

Larry Garfield's Blog: PHP project structure survey

PHPDeveloper.org  Mon, 01/16/2012 - 13:08

Larry Garfield has posted the results of some of his research into popular PHP frameworks and projects and see how they handle their structure as it relates to the PSR-0 standard.


 

PHPMaster.com: ClamAV as a Validation Filter in Zend Framework

PHPDeveloper.org  Mon, 01/09/2012 - 12:20

New on PHPMaster.com there's a tutorial showing you how to use ClamAV support to work as a validation filter in a Zend Framework application.

ClamAV is an open source project that helps identify malicious threats like trojeans, viruses and malware.


 

Joe Devon's Blog: Belated Zendcon 2011 Recap

PHPDeveloper.org  Tue, 12/27/2011 - 09:14

On his "MySQL Talk" blog Joe Devon has posted a (very) belated wrapup of ZendCon 2011 he attended earlier this year.


 

Michaelangelo van Dam' Blog: Windows Azure for PHP developers

PHPDeveloper.org  Mon, 12/12/2011 - 09:17

In a new post to his blog, Michelangelo van Dam starts off a series looking at Windows Azure for PHP developer, an introduction to the service and what sorts of features it has to offer.


 

Mayflower Blog: Advent Calendar Articles

PHPDeveloper.org  Wed, 12/07/2011 - 10:19

Over on the Mayflower blog, the group has set up their own series of "advent calendar" posts on a wide range of topics. Here's their list (updated as new items are posted):


 

Cooking PHPUnit (and a chef-solo example on top) - till

Planet PHP  Sat, 12/03/2011 - 20:16

I'm sure most of you noticed that with the recent upgrade of PHPUnit to version 3.6, a lot of breakage was introduced in various projects.