2007-02-19
Typesafe objects in PHP
It seems that Jan Kneschke again has a nice idea. Well, "revolutionary" at least for PHP. If you know POJO then you might understand POPO without further explanation. In his blog post he talks about the idea of typesafe objects via doc-comments and Reflection. The idea to define proper objects within the doc-comments is nothing new in PHP. But Jan goes some steps further and created serializer classes to map these objects to SQL and XML. This is defenitely something we need to push PHP more into the RAD direction!
