Tobias Schlitt's Blog: Object relation mapping in eZ Components
Tobias Schlitt has pointed out a new article he's written up that acts as an introduction to the features of the new ORM component of the eZ Components application framework - the PersisteneObject....
View ArticlePHP 10.0 Blog: duck operator
In this new post to the PHP 10.0 blog today, Stas talks about duck typing, a method that lets the code decide the functionality to use rather than a direct relation to a parent. Well, if you are into...
View ArticlePHPMaster.com: Building a Domain Model - An Introduction to Persistence...
On PHPMaster.com there's a recent tutorial introducing the concept of a "domain model" and showing how to create them in PHP (manually, not inside of any ORM or database solution). First off, creating...
View ArticleAnthony Ferrara's Blog: The Power of Technical Debt
Anthony Ferrara has written up a great post on technical debt, relating it to terms that might be a bit more "real world" for many out there - corresponding financial problems. Lately, I've found...
View Article