Php Object Generator, (POG) is an open source PHP code generator which automatically generates clean & tested Object Oriented code for PHP4/PHP5 application. I was running a similar generator years ago for PHP4 and its certainly help too much while development of new objects, but what is interesting with this tool is that it generate code for different version of PHP4 and PHP5, in addition to the possibility to choose the database wrapper for PHP 5.1.
By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project and saves you from writing and testing SQL queries. The time you save can be spent on more interesting areas of your project. But don’t take our word for it, give it a try!