Archive for the ‘PHP’ Category

Picking Aggregate Roots - Domain Driven Design

Saturday, October 17th, 2009

I’m steadily thinking more and more in terms of Domain Driven Design.

I had often found …

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 …

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 …

no PHP error thrown when private property accessed or modified by subclass

Friday, April 24th, 2009

This is another ‘Gotcha’  moment that i want to share with you.

I don’t often declare a PHP …

Can an interface class extend another interface class in PHP

Tuesday, April 14th, 2009

Yes - it can in PHP version 5.2.
(The example code below is also available …

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 …

Difference between (int) php parenthesis and settype

Thursday, February 26th, 2009

If you want to explicitly convert a PHP variable into an integer. You could use the (more…)

Zend Server has landed

Thursday, February 19th, 2009

I’ve just downloaded and installed the Zend Server beta onto my Windows XP computer. It …

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 …