I'm programming for some time now, and try to use as much Object Orientated programming in every programming language as possible, but since PHP has below avarage OO support it take a shit load of time to type all the getters/setters and constructors etc... Since I'm a lazy fuck I decided to write a program in C# for it.
The program generates the class the way I create my class 99% of the time. It assumes the classes data is stored in a mysql db. I uploaded the program for if any of you are interested in trying it. Please inform me of any bugs or suggestion to improve it I would love to hear them so I can improve it.
Hope it makes life easier ;)
- Fear
Updates:
- Added Delete method
Last edited by Fearlest; 30-01-09 at 03:38 PM.
Reason: Added Delete method