Archive for the ‘Zend Framework’ Category

How to Access Custom Config Settings Within Bootstrap - Zend Framework Application

Tuesday, September 15th, 2009

Ok - so you have a Zend Framework ini file that contains the line:

mycustom.setting ="bar"

…and you want …

Specifying Extra File Types That Dreamweaver Should Search

Sunday, July 26th, 2009

Making  .ini’s and .htaccess files searchable by Dreamweaver (DW) and generally configuring it to work nicely with …

ZF Multi-Level Controller Directory - Action controller name formats; keyname, url segment, folder, file, class name

Tuesday, May 26th, 2009

ok..here are the results of some more experimentation that i have been doing with Zend Framework’s Front …

Gotcha: Zend url($urlOptions) prints /”Array”

Tuesday, May 26th, 2009

Ok…this is one for the album.

I’m learning Zend Framework (version 1.7.1) and doing some hacking.

I had …

Keeping Admin and Public Areas Separate Zend Framework - MVC - ACL versus .htaccess

Friday, May 22nd, 2009

This post started life as a question to Federico regarding his blog post (re-posted …

Where to start? - Beginner Level to Expert PHP Website Developer

Friday, May 15th, 2009

This is a message to my previous self (like how Rimmer went back to tell …

principles of modular website architecture design

Tuesday, March 31st, 2009

This is a collection of links to articles that may be of interest to those who are …

How to get Zend Date in SQL timestamp format e.g. MySQL YYYY-MM-DD HH:mm:ss

Saturday, January 31st, 2009

This is something I never remember how to do.

I spent along time looking for a suitable …

Simpletest expectation class that ignores whitespace in Mock Zend Db Queries

Sunday, January 18th, 2009

I was trying out Simpletest (unit testing framework) using a mock Zend Db connection that expected …

Example usage of Zend Form Element as a Controller Action Variable

Wednesday, December 24th, 2008

See the code: zend_form_Quick_Form_of_Server_Vars.txt