Archive for the ‘PHP Syntax’ Category
Friday, September 3rd, 2010
In Object-Oriented PHP5 a class’s properties can have their ‘visibility‘ set.
If a property is undeclared …
Posted in PHP Syntax, PHP, OOP, Proceed2OOP | No Comments »
Friday, September 3rd, 2010
Whenever I create a PHP class method that I intend to use statically, I declare it as …
Posted in PHP scripts, PHP Syntax, PHP, practical webmaster tips, OOP, Proceed2OOP, Gotcha | No Comments »
Friday, August 27th, 2010
Zend Config INI and Zend Config XML are handy adaptors that allow you …
Posted in Open Source, PHP scripts, PHP Syntax, PHP, practical webmaster tips, Zend Framework, OOP, Proceed2OOP, unit testing, tutorials, how to / guides, LAMP | No Comments »
Saturday, July 3rd, 2010
Sometimes I just wanna print a date and time in PHP quickly. I’m forever going off to …
Posted in PHP scripts, PHP Syntax, PHP, practical webmaster tips, web design | No Comments »
Saturday, April 17th, 2010
Just a little note to myself for when i upgrade to Zend Framework 1.10
The interface to the …
Posted in PHP Syntax, Zend Framework, Gotcha | No Comments »
Tuesday, February 9th, 2010
Here’s a snippet of a Java code example in Fowler’s esteemed book, Patterns of Enterprise Application Architecture …
Posted in PHP Syntax, PHP, practical webmaster tips, OOP, design patterns, Domain Driven Design, design pattern, PoEAA, Data Mapper Pattern | No Comments »
Sunday, December 20th, 2009
i have just read Fowler’s Refactoring book and went looking for a php refactoring tool. Its …
Posted in PHP Syntax, PHP, refactoring | No Comments »
Friday, May 15th, 2009
This is a message to my previous self (like how Rimmer went back to tell …
Posted in PHP Syntax, PHP, MySQL, Apache, practical webmaster tips, SEO, Subversion, Subversion for webmasters, Zend Framework, OOP, Dreamweaver, MVC, linux, how to / guides, JavaScript, LAMP, Domain Driven Design | No Comments »
Friday, April 24th, 2009
This is another ‘Gotcha’ moment that i want to share with you.
I don’t often declare a PHP …
Posted in PHP Syntax, PHP, OOP, Proceed2OOP | No Comments »
Tuesday, April 14th, 2009
Yes - it can in PHP version 5.2.
(The example code below is also available …
Posted in PHP Syntax, PHP, OOP, Proceed2OOP | No Comments »