Xtremer360 Posted December 16, 2009 Share Posted December 16, 2009 I am currently using phpDesigner2007 but I was wondering as my trial version expires what IDE program can perform something off the wall like this? I'd like to find is a program that can keep to the side say a database that it can work with directly and say you have an input field in a form and on the value part of the input field you click on a column in the database and it'll place you know like .row['id']. or whatever in that value field for you that way I wouldn't screw up typing it or something like that does anyone know a program that can use mysql to an exact database and php with it as well together. Quote Link to comment https://forums.phpfreaks.com/topic/185297-what-ide-can-do-this/ Share on other sites More sharing options...
phant0m Posted December 29, 2009 Share Posted December 29, 2009 I believe it takes longer to take your hand off the keyboard, fetch the mouse, find the table and attribute you're looking for, dblclicking, and getting back to the keyboard than actually typing what you need. Quote Link to comment https://forums.phpfreaks.com/topic/185297-what-ide-can-do-this/#findComment-985639 Share on other sites More sharing options...
roopurt18 Posted December 29, 2009 Share Posted December 29, 2009 You'd be better off just writing a piece of code that can generically do this. Then you could use it in all of your projects and it'd be less cumbersome than using an IDE. Quote Link to comment https://forums.phpfreaks.com/topic/185297-what-ide-can-do-this/#findComment-985656 Share on other sites More sharing options...
ignace Posted December 29, 2009 Share Posted December 29, 2009 Actually you can type quit some words with one hand on the keyboard http://www.google.be/search?q=words+you+can+type+with+one+hand&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a Quote Link to comment https://forums.phpfreaks.com/topic/185297-what-ide-can-do-this/#findComment-985671 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.