You are browsing the archive for Zend Framework.

Royal Mail Postage by Weight – Zend Framework Module

July 18, 2011 in Zend Framework

For a recent project I have had to calculate weight based shipping costs. Before I had this as a db table, but that became a mess to manage.

So I’ve created this small shipping calculator. It’s set to use KG in weight and prices inclusive of vat taken from the Royal Mail’s 2011 Prices.

TinyMCE and Zend_Auth – Simple Authentication checking.

March 11, 2011 in Zend Framework

I’ve been using TinyMCE for a good long while and wanted to integrate their fantastic FileManager plugin and ImageManager plugin’s (Both Commercial) in with my ZF client site. This is relatively easy, the easiest way is to create a controller action and a iframe in the view that points to the location of the imagemanager [...]

Active Module Config V2

June 18, 2010 in Zend Framework

A brand new version of my previously Released Front controller plugin for Zend Framework.

Per form stylesheet with Zend_Form

March 1, 2010 in Zend Framework

I needed to have certain form styles attached when a form is in use. I didn’t want to do this from the controller each and every time as it was really was only to do with the form and I might want to use the form with it’s own stylesheet in other places.

Active Module Based Config with Zend Framework

January 4, 2010 in Zend Framework

I’ve recently taken to using Zend Framework for a project that I needed to bring up to date. I won’t go into the pros and cons of choosing a framework as there are many much more qualified people who have done a much better job of this subject than I would or could. So Instead [...]

Zend Framework – Getting Single Components

February 22, 2009 in Zend Framework

Recently i was looking at implementing some caching to recent websites.. 1 to improve load times as well as a possibility to improve the way that my “Framework” works. I had just recently looked over Rob Allen’s (@Akrabat http://akrabat.com/) PHP Nw 08 Conference Talk on “First Steps with Zend Framework”. As I had not been [...]