PUBLIC   marks

PUBLIC MARKS with tag oop

Sponsorised links

March 2008

February 2008

Class Inheritance with PHP

by chantal (via)
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

by greut & 1 other

a quick-and-dirty function for doing simple method overloading

obscure feature revealed

August 2007

July 2007

Ruby per applicazioni web

by runen
Manuale di Marco Ceresa sul linguaggio Ruby

June 2007

RR-2877.pdf (Objet application/pdf)

by Xavier Lacot
This paper is about colored object programming. It focuses on the rigorous handling of independent supplementary behaviours.

cashto's blog : Coding Against the Grain

by mbertier (via)
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

by greut
Setter and getter with JavaScript, just nice !

ModelInheritance - Django Code - Trac

by greut & 1 other
This is a proposal for how subclassing should work in Django.

ModelInheritance - Django Code - Trac

by jefferson-beta & 1 other
This is a proposal for how subclassing should work in Django.

February 2007

PHP5 Exception Use Guidelines

by chantal (via)
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

by nhoizey (via)
Les workflows comme compléments des objets pour la logique applicative...

January 2007

You're being lied to

by chantal (via)
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.

PUBLIC TAGS related to tag oop

no tag

Sponsorised links