PHP Object Oriented Programming Reinvented and Serializing Closures
Wednesday, September 29th, 2010Pretty bizarre…the idea is to programmatically create, extend, and modify objects directly from your code at run time instead of pre-creating your classes. Not saying it’s good or bad, just different. And yes, he does know the acronym is unfortunate.
http://dhotson.tumblr.com/post/1167021666/php-object-oriented-programming-reinvented
Related, someone figured a way to serialize closures into objects using reflection files.
http://www.htmlist.com/development/extending-php-5-3-closures-with-serialization-and-reflection/


