ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

PHP code generators

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP code generators

    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.

  • #2
    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

    Comment


    • #3
      Re: PHP code generators

      oooh, just love to spend my spare time hunting down those unterminated <td>

      Comment


      • #4
        Re: PHP code generators

        Originally posted by itp View Post
        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.
        Kiwi slang "Crud" = bad, poor quality, crap, useless etc

        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.

        GC
        Greg Craill: "Life's hard - Get a helmet !!"

        Comment


        • #5
          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


          • #6
            Re: PHP code generators

            Tzighi,

            The question was about PHP code generators, not RPG.
            "Time passes, but sometimes it beats the <crap> out of you as it goes."

            Comment

            Working...
            X