Added compatibility with PDO. (PHP 5.1 and above)
Code generated with PDO as database wrapper is compatible with other databases such Oracle, SQL Server
Code can still be generated without using PDO as database wrapper and instead using the default POG wrapper.
URL is included in the code header & allows you to regenerate/modify your object more easily.
Minor bug fixin’s
Minor performance improvements