Apeel PHP Code Generator Pro uses the open source APEEL Framework for all the "common" functionality required by most applications. It is object oriented and uses tried-and-tested open source libraries for key functionality.
Only code that is specific to your database structure / application is generated, as object oriented classes, following the principles of DRY (Don't repeat yourself - i.e. avoid repeating code unless absolutely necessary) making it relatively easy to hand code changes to your applications generated in Apeel PHP Code Generator Pro.
If you want to have a quick look at the quality of code it produces please view source code below - though for a more thorough look we recommend that you download the program, generate an application and study the code at your leisure.
The Root Folder is the main entry point into your Web Application.
The Application Folder contains the code specific to your MySQL database structure / Application selections.
The Framework Folder contains all the common functionality likely to be used by any PHP Web Application.