PhpClassMaker - Automatic Source Code Generation App
Posted: Tue Nov 10, 2009 6:44 am
My name is Pedro Pareja. I have been developing php + mysql solutions for sometime and I got tired of doing the same things over and over again, so I came up with phpClassMaker. It started as a simple command line program that generated a single class, but It grew up quickly to become an automated project source code generation tool with a graphical user interface and the posibility of saving and loading projects.
The info you give to phpClassMaker:
if you want to take a look here is the website: http://phpclassmaker.110mb.com/
I hope you find phpClassMaker useful!!
The info you give to phpClassMaker:
- Class Names
- Class vars names, type and if it is primary key, constant or standard
- Generates classes
- Interface functions to get/set class vars
- Prepares an overload ready constructor
- Generates Database structure to save each class information (sql file)
- Generates Database functions to insert, update, delete, get by primary key and get all for each class.
- Generates Exception classes used in database functions
- Generates a singleton class called OM (Object Manager) which acts as façade for database functions
- You can save your project to load it later, modify it and re-export everything again
if you want to take a look here is the website: http://phpclassmaker.110mb.com/
I hope you find phpClassMaker useful!!