Planet eZ publish

I just ran David Wheeler's SLOCCount tool on a copy of eZ publish 3.7.3. David describes SLOCCount as:
a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs.
The tool generated a bunch of interesting stats, including an estimated cost to develop the eZ publish codebase: $5,701,201 USD.

I just ran David Wheeler's SLOCCount tool on a copy of eZ publish 3.7.3, WordPress 2.0.1 and eZ components 1.0. The tool generated a bunch of interesting stats, including an estimated cost to develop the eZ publish 3.7.3 codebase of $5,701,201 USD.

I just ran David Wheeler's SLOCCount tool on a copy of eZ publish 3.7.3, WordPress 2.0.1 and eZ components 1.0. The tool generated a bunch of interesting stats, including an estimated cost to develop the eZ publish 3.7.3 codebase of $5,701,201 USD.

Will Pate, a sharp Vancouver web marketer, is looking for a new gig, specifically:
A great job with an awesome company,He comes highly recommended by friends - read his blog post on the topic to learn more.
filled with people who "get it"

The end result of this article hopefully will help you to expand your grounding in how to implement object type enforcement in PHP 5, by developing some illustrative, object-oriented examples.
This three-part series goes through the basic concepts of object type enforcement in PHP 4/PHP 5. It explores different approaches for checking types of objects to help you avoid possible code contamination when objects of incorrect type are inputted within PHP classes.
They start with a look at how not to do the object checking but provide a solution to the situation with the help of the instanceof operator. They explain its usage in the context of the widget class they've created, and show you how it can be integrated easily to simplify object validation.
