Code generator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Snah

    Code generator

    Hi,

    Does anyone knows a code generator for Php ?
    Actions to do: specifiy a mysql table and their fields, and build a default
    webpage which allows to add,update,dele te,search, browse, print the table
    data.

    Thx
    I


  • Tim

    #2
    Re: Code generator

    Download phpMyAdmin for free. A software tool to bring MySQL to the Web. phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.


    "Snah" <taya2005@hotma il.com> wrote in message
    news:kdh5c.3546 4$vy1.2249864@p hobos.telenet-ops.be...[color=blue]
    > Hi,
    >
    > Does anyone knows a code generator for Php ?
    > Actions to do: specifiy a mysql table and their fields, and build a[/color]
    default[color=blue]
    > webpage which allows to add,update,dele te,search, browse, print the table
    > data.
    >
    > Thx
    > I
    >
    >[/color]


    Comment

    • Rudolf Horbas

      #3
      Re: Code generator

      ROTFL :-)))

      Tim wrote:
      [color=blue]
      > http://sourceforge.net/projects/phpmyadmin/
      >
      > "Snah" <taya2005@hotma il.com> wrote in message
      > news:kdh5c.3546 4$vy1.2249864@p hobos.telenet-ops.be...
      >[color=green]
      >>Hi,
      >>
      >>Does anyone knows a code generator for Php ?
      >>Actions to do: specifiy a mysql table and their fields, and build a[/color]
      >
      > default
      >[color=green]
      >>webpage which allows to add,update,dele te,search, browse, print the table
      >>data.
      >>
      >>Thx
      >>I
      >>
      >>[/color]
      >
      >
      >[/color]

      Comment

      • Guest's Avatar

        #4
        Re: Code generator

        > Does anyone knows a code generator for Php ?[color=blue]
        > Actions to do: specifiy a mysql table and their fields, and build a[/color]
        default[color=blue]
        > webpage which allows to add,update,dele te,search, browse, print the table[/color]

        If you are looking for a way to build a website that other users will use,
        you can use
        dreamweaver or codecharge.

        They both allow you to use a prebuilt template and add dynamic content using
        several
        different web programming languages. They are very comprehensive. Some
        people use
        these tools for prototyping a dynamic site...

        If you don't need anything serious, you should be able to use these tools
        end-to-end.

        Good Luck

        _______________ _______________ ______
        Wil Moore III, MCP | Integrations Specialist
        Business | Personal


        Comment

        • Guest's Avatar

          #5
          Re: Code generator


          "Rudolf Horbas" <rhorbas@gmx.ne t> wrote in message
          news:c34p8o$anh $2@svr7.m-online.net...[color=blue]
          > ROTFL :-)))
          >
          > Tim wrote:
          >[color=green]
          > > http://sourceforge.net/projects/phpmyadmin/[/color][/color]

          What was funny? Did I miss something?

          _______________ _______________ ______
          Wil Moore III, MCP | Integrations Specialist


          Comment

          • Snah

            #6
            Re: Code generator


            "Jochen Daum" <jochen.daum@ca bletalk.co.nz> wrote in message
            news:rrtc5014j4 t6ftqqj937euh47 m5gmgimfk@4ax.c om...[color=blue]
            > On Mon, 15 Mar 2004 12:21:36 GMT, "Snah" <taya2005@hotma il.com> wrote:
            >[color=green]
            > >Hi,
            > >
            > >Does anyone knows a code generator for Php ?
            > >Actions to do: specifiy a mysql table and their fields, and build a[/color][/color]
            default[color=blue][color=green]
            > >webpage which allows to add,update,dele te,search, browse, print the table
            > >data.
            > >
            > >Thx
            > >I
            > >[/color]
            >
            > See my signature,
            >
            > HTH, Jochen
            >
            > --
            > Jochen Daum - Cabletalk Group Ltd.
            > PHP DB Edit Toolkit -- PHP scripts for building
            > database editing interfaces.
            > http://sourceforge.net/projects/phpdbedittk/[/color]


            Thanks Jochen, that's what I need


            Comment

            • jn

              #7
              Re: Code generator

              <laidbak69@hotm ail.com> wrote in message
              news:105bshr1mo scd99@corp.supe rnews.com...[color=blue][color=green]
              > > Does anyone knows a code generator for Php ?
              > > Actions to do: specifiy a mysql table and their fields, and build a[/color]
              > default[color=green]
              > > webpage which allows to add,update,dele te,search, browse, print the[/color][/color]
              table[color=blue]
              >
              > If you are looking for a way to build a website that other users will use,
              > you can use
              > dreamweaver or codecharge.
              >
              > They both allow you to use a prebuilt template and add dynamic content[/color]
              using[color=blue]
              > several
              > different web programming languages. They are very comprehensive. Some
              > people use
              > these tools for prototyping a dynamic site...
              >
              > If you don't need anything serious, you should be able to use these tools
              > end-to-end.
              >
              > Good Luck
              >
              > _______________ _______________ ______
              > Wil Moore III, MCP | Integrations Specialist
              > Business | Personal
              >
              >[/color]

              There are many classes that let you do this. This is just what I found on
              phpclasses.org in a few seconds:






              Comment

              • Jochen Daum

                #8
                Re: Code generator

                On Mon, 15 Mar 2004 12:21:36 GMT, "Snah" <taya2005@hotma il.com> wrote:
                [color=blue]
                >Hi,
                >
                >Does anyone knows a code generator for Php ?
                >Actions to do: specifiy a mysql table and their fields, and build a default
                >webpage which allows to add,update,dele te,search, browse, print the table
                >data.
                >
                >Thx
                >I
                >[/color]

                See my signature,

                HTH, Jochen

                --
                Jochen Daum - Cabletalk Group Ltd.
                PHP DB Edit Toolkit -- PHP scripts for building
                database editing interfaces.
                Download PHP DB Edit Toolkit for free. PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.

                Comment

                Working...