Forum Moderators: coopster
so is there any GUI for PHP which automatically generates php codes and makes my development fast and good and easy..
plz let me know , be really thanks full to ya ll.. and also a particular downloads link
\thnaks again
I'd be actually more inclined in your case to find PHP scripts that almost do what you want them to do, learn only a bit of PHP, and 'hack' them so they do what you want. Need a weblog, but one that shows the author's pic? Download a weblog program that shows the author's name, and just add to the part outputting the HTML
'echo <img src="'.$authorname.'.jpg'" alt="'.$authorname.'\'s mugshot">';
str_replaceis your friend.
You can waste a whole lot of time on a GUI trying to get it to do what you want, and none of that time has been really spent getting to know PHP better, just the GUI.
The GUI will probably write sloppy code with a lot of stuff you don't need, and you won't understand all the code that it does produce, you'll try to modify it and it won't work any more. We get quite a few people here posting questions about dreamweaver-created code and it's usually a rather unpleasant experience for the people asking the questions and the people answering them.
Some GUI programs that do write php: dreamweaver and codecharge. You've probably heard of dreamweaver; and codecharge is just for php and other scripting languages. I thought codecharge looked really cool - but then I got to thinking, how long is it going to take me to learn to use this? And I figured my time was spent better learning more PHP. It does take some time, but if you're a webdesigner, this time is definitely worth it.