Anyone work with any PHP code generators to make CRUD screens and web-based inquiry screens. Alternatively perhaps some good templates to use as a models for development.
Announcement
Collapse
No announcement yet.
PHP code generators
Collapse
X
-
Re: PHP code generators
what manually creating forms is not to your liking ???
All my answers were extracted from the "Big Dummy's Guide to the As400"
and I take no responsibility for any of them.
www.code400.com
-
Re: PHP code generators
Kiwi slang "Crud" = bad, poor quality, crap, useless etcOriginally posted by itp View PostAnyone work with any PHP code generators to make CRUD screens and web-based inquiry screens. Alternatively perhaps some good templates to use as a models for development.
So you want a code generator (programmer) to make crappy screens ?
Well If you offer a low enough salary you are sure to get someone cruddy enough
In fact gimmee a work visa and I could make crappy screens for you, I'll even leave half the </td> tags off for your leisure time hobbies.
GCGreg Craill: "Life's hard - Get a helmet !!"
Comment
-
Re: PHP code generators
Hello,
I have a code generator for CRUD applications at http://www.rpgcrud.ro
Me and my colleagues have been using it for almost half an year now (many updates since then) and it works perfectly.
Also, besides classic CRUD posibilities, it can copy records, search records and even link columns to existing files (to make a join). For example, if you want to create the table "customer" (customer id, name, salary, position_id) and already have created the table "position" (position_id, description), in the generated application you can choose to display the description from the "position" table and even do not allow entries with position_id not existent in the "position" table.
For this and many more please consult the site and create at least one project (or use the default ones). You will have to create an user though (no emails & nothing) just for defining your private options (like extra D/specs, C/specs, batch files for automatic upload, code snips for the CL, etc).
As the site is not used at the moment by external users please feel free to mail me for any problem/question you may have. I will also be glad to give you also print screens of the applications).
You can reach me at tzighi@gmail.com
Thank you and best regards
Comment





Comment