Sponsorised links
March 2008
February 2008
Class Inheritance with PHP
There are many benefits of inheritance with PHP, the most common is simplifying and reducing instances of redundant code. Class inheritance may sound complicated, but think of it this way. Consider a tree. A tree is made up of many parts, such as the roots that reside in the ground, the trunk, bark, branches, leaves, etc. Essentially inheritance is a connection between a child and its parent.
Sponsorised links
January 2008
November 2007
John Resig - JavaScript Method Overloading
a quick-and-dirty function for doing simple method overloading
obscure feature revealed
August 2007
Jac Wright » An Introduction to Object-Oriented Programming (1 of 5)
An Introduction to Object-Oriented Programming
July 2007
June 2007
RR-2877.pdf (Objet application/pdf)
This paper is about colored object programming. It focuses on the rigorous handling of independent supplementary behaviours.
cashto's blog : Coding Against the Grain
There are a million ways a program can be written, but only a subset of those are agile, maintainable designs. How do you go about finding them?
March 2007
Core JavaScript 1.5 Guide:Working with Objects - MDC
Setter and getter with JavaScript, just nice !
ModelInheritance - Django Code - Trac
This is a proposal for how subclassing should work in Django.
ModelInheritance - Django Code - Trac
This is a proposal for how subclassing should work in Django.
February 2007
PHP5 Exception Use Guidelines
Exceptions provide one solution to error handling in programming languages. Exception handling is the major alternative to the usage of special error return codes to signal a function call failure.
Andres Aguiar's Weblog : Workflow and Rich Object Frameworks
Les workflows comme compléments des objets pour la logique applicative...
January 2007
You're being lied to
If you're among the crowd who have migrated an OOP based application from PHP4 to PHP5, then I'm sure you've heard the expression "Objects are copied by reference by default in PHP5". Whoever told you that, was lying.
