What is the phpCG Framework?


phpCG Framework is a PHP Application framework which aims at building object oriented PHP applications which are extensible, portable and scalable. phpCodeGenerator can generate the basic code for the phpCG framework from which you can build and customize your applicaiton.

The above diagram summarizes what the phpCG framework is about. phpCodeGenerator generates a basic data flow and classes for you based on your database and tables. Only the connection from the DAO class to the Database is implemented. You can override any of the DAO methods to talk to a file System, web services or any other data source. After you have the core code in place, its easy to develop and customize it to integrate your business logic and build an application.

View the phpCG Framework documentation!

 
SourceForge.net Logo