There are 14 articles tagged as "zend"

Loading custom module plugins

on July 20, 2010. in Development, Programming. A 1 minute read.

OK, here’s a quicky one from the office :P

Continue reading Loading custom module plugins...

Honeypot for Zend Framework

on April 21, 2010. in Development, Programming. A 1 minute read.

I just hacked up a little code snippet based on Matthew’s Honeypot Wordpress plugin. It’s basically just a Validator for a Zend Form element which is hidden from the user via CSS. Cause it’s hidden, users won’t see it, but spambots will, well, cause they are bots.

Continue reading Honeypot for Zend Framework...

Chaining routes in Zend Framework

on November 27, 2009. in Development, Programming. A 2 minute read.

On a forum, there was a question today, about adding language “support” to the routes using Zend Framework. The guy wanted routes like /en/foo/bar or /de/baz. I wrote there an example for that using Zend_Router_Routes_Chain, so just posting that example here, too :)

Continue reading Chaining routes in Zend Framework...

Zend Framework bug hunt days

on November 22, 2009. in Development, Programming. A 1 minute read.

On the 19th and 20th of this month, the third Zend Framework Bug Hunt days were held. I joined the party for the first time and I say, it was a jolly good one!

Continue reading Zend Framework bug hunt days...

A few days ago I finished reading Keith Pope's book titled “Zend Framework 1.8 Web Application Development”, so, after letting it “rest” in my mind for a while, here are my thoughts on it…

Playing with Zend_Navigation and routes

on August 09, 2009. in Development, Programming. A 4 minute read.

O hai. First things first - someone should slap me for being such a lazy blogger. Somehow I lost all the motivation I had in the beginning, but looks like it’s back now :) I finally had the time to play around with the latest Zend Framework version (v 1.9 now). I managed to skip the whole 1.8.x version, so this whole Zend_Application stuff is quite new to me. I spent a few days poking around the manual and the code to make it work. And it works! Yey for me! And yey for Rob Allen for his post on Bootstrapping modules in ZF 1.8!

Besides the official documentation and the Quickstart, there are many useful resources for Zend Framework, like blogs and Twitter. I did my best to collect them. If you know something that’s not listed here, but should be, please leave a comment and I’ll update the post :)

Login example with Zend_Auth

on January 05, 2009. in Development, Programming. A 6 minute read.

Happy New Year! Hope everyone had a blast for New Year’s Eve and managed to get some rest :) This is my first working day for this year. I’m still kinda lazy and sleepy. And I wanna eat something all the time. Damn you candies!!!

Continue reading Login example with Zend_Auth...

Styling the default Zend_Form layout

on December 22, 2008. in Development, Programming. A 3 minute read.

Here’s an example for styling Zend_Form's default layout. The default layout is using definition lists. While there’s an option for changing the default layout, the wrapper tags and stuff, I see no reason for it. Create the form, add some CSS and your good to go :)

MyUrl view helper for Zend Framework

on December 02, 2008. in Development, Programming. A 2 minute read.

I started writing some boring introduction but I’ll just skip to the point.