Zend Framework

Using Action Helpers To Implement Re-Usable Widgets

Posted by on 4 October, 2010 at 4:57 pm

Using Action Helpers To Imple­ment Re-Usable Widgets

I had a twitter/IRC exchange yes­ter­day with Andries Seutens and Nick Bel­homme regard­ing appli­ca­tions that include wid­gets within their lay­out. Dur­ing the exchange, I told Andriess not to use the action() view helper, and both Andriess and Nick then asked how to imple­ment wid­gets if they shouldn’t […]

Zend_Log with multiple writers

Posted by on 12 September, 2010 at 1:22 pm

eschrader writes; So I was sit­ting here think­ing to myself “This is Fri­day and I’m not get­ting much of any­thing done.  Maybe I should write another Fri­day Frame­work High­light.”  I fig­ured that it was a good idea so I pon­dered what I should write.  I came up blank and so I asked […]

Zend_Server Class

Posted by on 3 September, 2010 at 7:27 pm

e_schrade wrote a neat way of doing things in the ser­vice layer; Let’s take a quick look at some­thing that’s kind of neat in Zend Frame­work. I’ve been doing some work with Adobe on some arti­cles and one of them was on work­ing with mobile clients with Flash. Well, me being the masochist […]

Testing Zend Framework controllers in isolation

Posted by on 11 August, 2010 at 12:12 pm

What I do is I have my con­trollers fetch all their depen­den­cies from the boot­strap and/or front con­troller. The most com­mon exam­ple is to pull the db resource from the bootstrap:

// in con­troller
$db = $this->getInvokeArg(‘bootstrap’)->getResource(‘db’);

But I also take it a step fur­ther. For exam­ple, if I’m using data map­pers, I have the action con­troller check […]

Zend Framework 2.0 (2.0.0dev1)

Posted by on 7 August, 2010 at 12:51 am

Yes­ter­day, the Zend Frame­work team tagged the first devel­op­ment mile­stone of Zend Frame­work 2.0 (2.0.0dev1). It is imme­di­ately down­load­able from the Zend Frame­work servers:

* Zip pack­age:
http://framework.zend.com/releases/ZendFramework-2.0.0dev1/ZendFramework-2.0.0dev1.zip

* tar.gz pack­age:
http://framework.zend.com/releases/ZendFramework-2.0.0dev1/ZendFramework-2.0.0dev1.tar.gz

NOTE! This release is not con­sid­ered of pro­duc­tion qual­ity, and is released solely to pro­vide a devel­op­ment snap­shot for pur­poses of test­ing and research. […]

Autocomplete Control with ZendX_JQuery

Posted by on 6 August, 2010 at 3:48 pm

Jon Leben­sold posts; In the last video, I dis­cussed ZendX_JQuery inte­gra­tion. Now we’re going to take it a step fur­ther by devel­op­ing our own jQuery auto­com­plete con­trol, using a coun­try list, PHP 5.3 and anony­mous func­tions.
Grab a copy of the project or browse the repos­i­tory.
via Zendcasts.

Working with ZendX_JQuery

Posted by on 6 August, 2010 at 3:45 pm

Jon Leben­sold posts; I’ve received a lot of feed­back about jQuery inte­gra­tion in the Zend Frame­work. This lit­tle video will show you how you can quickly inte­grate jQuery and jQuery UI into your Zend Frame­work project.
Grab a copy of the project or browse the repos­i­tory.
via  Zendcasts.

A contents index for Zend Framework manual pages

Posted by on 6 August, 2010 at 3:43 pm

The good old Zend Frame­work man­ual pages do suf­fer from being some­what lengthy. I’ve thought they could do with an index to make nav­i­ga­tion eas­ier on those oh-so-long pages. So I wrote a quick JavaScript book­marklet to do just that.
via  simon r jones.

Tutorial: Getting Started with Zend_Auth

Posted by on 26 July, 2010 at 11:36 am

Rob Allen writes; After too many months of neglect, I have com­pletely rewrit­ten my Zend_Auth tuto­r­ial so that it is com­pat­i­ble with Zend Frame­work 1.10!
As an exper­i­ment, I have writ­ten it directly in HTML, rather than PDF as before and cover the login form along with the login con­troller code required to authen­ti­cate a […]

Complete Doctrine 1.2x Integration with Zend Framework 1.10+

Posted by on 16 July, 2010 at 12:54 pm

To achieve com­plete Doc­trine 1 inte­gra­tion with Zend Frame­work some glue is required, Ben­jamin Eber­lei has cre­ated a com­plete solu­tion thats straight for­ward, easy to use and under­stand.
This project tries to offer a com­plete Inte­gra­tion of Doc­trine 1 with Zend Frame­work. The fol­low­ing com­po­nents belong to this Integration:

Zend_Application Resource
Zend Frame­work Mod­u­lar Project Sup­port
Zend_Tool Provider for […]

CSS with Zend_Layout">Selectively Adding CSS with Zend_Layout

Posted by on 15 July, 2010 at 1:52 pm

Jon Leben­sold post another screen­cast;
This video out­lines a lit­tle trick I’ve found immensely help­ful in larger appli­ca­tions: man­ag­ing your css selec­tively. Luck­ily, the Zend Frame­work is built with some great fea­tures for han­dling this case using Zend_View and Zend_Layout. Enjoy!
Grab a copy of the project or browse the repos­i­tory.
via Zendcasts.

HTML Emails with Zend_Mail">Painless HTML Emails with Zend_Mail

Posted by on 15 July, 2010 at 1:50 pm

Jon Leben­sold posts a  quick video explain­ing how quickly and easy it is to write designer-friendly HTML emails using Zend_View and Zend_Mail.
Grab a copy of the project or browse the repos­i­tory.
via Zend­casts.
(Sorry for the late addi­tion of this)

Understanding the stack index for Zend Framework Controller plugins

Posted by on 15 July, 2010 at 1:24 pm

Simon R Jones writes a very help­ful arti­cle about the stack index (the order you fire plu­g­ins) and how to cus­tomize it;
Zend Frame­work Con­troller plu­g­ins are a pow­er­ful way to inject logic into your con­troller sys­tem at var­i­ous points, such as before and after an action dis­patch. Plu­g­ins are run in the order […]

Using Different Databases with Zend Framework 1.10.4+

Posted by on 14 July, 2010 at 10:06 pm

Jeroen Kep­pens wrote a very good arti­cle about using mul­ti­ple data­bases that I defen­itely found very use­ful;
A while ago I wrote about a cus­tom appli­ca­tion resource for load­ing mul­ti­ple DBs. I received a lot of ques­tions and decided it was time for a follow-up on how to use mul­ti­ple DBs in ZF.
One of the first experiments […]

OxyBase v1.0.0 – it is an active project!

Posted by on 8 July, 2010 at 10:31 am

In one of Zend Frame­work mail­ing lists, peo­ple were won­der­ing if this project is live, so answer is yes – we are live and this is active project. Actu­ally we are prepar­ing v1.0.0 which will have the same fea­tures set Oxy­Base has now, but in addi­tion to that we are adding […]

Get Adobe Flash player