-
1 Attachment(s)
[PHP] Class designer
Hey fellow coders,
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
-
Re: [PHP] Class designer
Nice one :), moved to Showoff section.
-
Re: [PHP] Class designer
Added delete method.
Accidently deleted the php closing tag, added it back on now ... Sorry for this