Archive for the ‘PHP’ Category
How to Access Custom Config Settings Within Bootstrap - Zend Framework Application
Tuesday, September 15th, 2009Ok - 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, 2009This 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, 2009This 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, 2009This 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, 2009Yes - it can in PHP version 5.2.
(The example code below is also available …
principles of modular website architecture design
Tuesday, March 31st, 2009This 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, 2009If you want to explicitly convert a PHP variable into an integer. You could use the (more…)

