Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2006-01-19

Persisting PHP5 Objects in Oracle

Barry McKay at OTN - Persisting PHP5 Objects in Oracle:

"Storing objects in your database is not just a gimmick; rather, it is the final piece in the "developing entirely within the object-oriented paradigm" puzzle. It allows you to analyze, design, develop, and test using all the techniques that are so popular in traditional, large-scale, object-oriented programming—using approaches such as business objects, UML, and design by contract—seamlessly. This is a radical idea, but the Web development world is catching up to it."