Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

php generator wizard for mysql DBs

Options
  • 30-06-2007 9:26pm
    #1
    Closed Accounts Posts: 975 ✭✭✭


    I need to quickly do a proof of concept on a database driven website. I know there are several wizard type programs out there that will process a mysql database and generate scripts to view, insert, update, delete records. Can anybody recommend a good one (preferably freeware, preferably generating clean code without styling built into the HTML so I can adapt later)?


Comments

  • Moderators, Politics Moderators Posts: 39,920 Mod ✭✭✭✭Seth Brundle




  • Closed Accounts Posts: 975 ✭✭✭squibs


    Hmm - can phpmyadmin really generate php code?

    Edit: from my original post it wasn't completely clear that that is what I wanted to do - the title says it but the body of my message doesn't really.


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    phpmyadmin is great at what it does, but it doesn't "generate" the code required; it actually "IS" the code required; there's a slight difference, in that phpmyadmin is a standalone application and you need to log in to phpmyadmin to do stuff.

    Also, if some of the options are drop-down lists or images (or even relative fields) it won't handle this, only allowing you to enter details for each record.

    Some links to Generators:
    http://www.phpmyedit.org/
    http://www.softgalaxy.net/php-mysql/index.html

    At work at the mo - I have a good one downloaded at home and I'll check where you can get it from.


  • Closed Accounts Posts: 975 ✭✭✭squibs


    Thanks Liam - do let us know about the good one you have at home. Would much rather a recommedation from a competent coder who's had experience with a good 'un than trying to figure out the best of a bunch of 20 possibilities! That would take me longer than coding from scratch!


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    squibs wrote:
    Would much rather a recommedation from a competent coder...

    That's me out, so ;)

    http://www.download3k.com/PHPMaker/Download-Free-phpmkr.exe.html


  • Advertisement
  • Closed Accounts Posts: 975 ✭✭✭squibs


    Cheers Liam!


Advertisement