Best AUDGSL Development utility?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
BestCostAnalyst
Forum Newbie
Posts: 4
Joined: Sat Feb 16, 2008 4:16 am

Best AUDGSL Development utility?

Post by BestCostAnalyst »

Does anyone know a good Add Update Delete get Search List tool with PHP/MySQL?

I have built one previously and am building another 2 years later but wanted to find an advanced one to possibly use instead

there is none on HotScripts which seems to be of a complete workable standard that is free
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: Best AUDGSL Development utility?

Post by Ollie Saunders »

It's more commonly known as CRUD (create remove update display) or scaffolding. They seem to come with all the major frameworks.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Re: Best AUDGSL Development utility?

Post by Maugrim_The_Reaper »

Look up ezPDO, Propel, Doctrine, Zend_Db, Creole...

Note, these can have a certain learning curve before use. Doctrine seems to be gaining a certain greater attention over the past year...
BestCostAnalyst
Forum Newbie
Posts: 4
Joined: Sat Feb 16, 2008 4:16 am

Re: Best AUDGSL Development utility?

Post by BestCostAnalyst »

Does anyone know any others that are currently in working condition?

I have started talking to doctrine about bugs in the versions thats 'ready to go' haven't noted a reply yet
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Best AUDGSL Development utility?

Post by Christopher »

For PHP, try phpclasses.org. In general, freshmeat.net is a good source.
(#10850)
Post Reply