Building a culture of objects in PHP
January 13th, 2006This is a follow up post to Why isn’t PHP the natural successor to Java?
Joshua Eichorn (among others) notices that active record can’t work as shown in the Zend Framework webcast. The syntax presented during the web cast is not possible in PHP because of inherited static methods are treated. Mike Naberezny notes [...]