Php Code Generators For Use With Mysql

admin

Administrator
Staff member
There are a bunch of these code generators available. Are they worth it? Do they create editable code? Does TCH support files created with them?<!--content-->
Welcome to the forum orgcoco <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> <br />what code generators do you mean?<br />what do they do?<br />can you give us a link?<br /><br />In any case without looking at the results, <br />I would say you should be able to edit most php code unless its somehow protected.<!--content-->
In the same way that Dreamweaver can't handle CSS-P and complex id tags automatically (at least as of MX) I doubt you'll find a drag and drop, plug and play sort of code creator that is going to do more than the very basic php code generation.<br /><br />I'd suggest finding a database extraction class and learning the two or three basic functions and how to use them. I would recommend either PEAR, phpclasses.org, or adodb. There are plenty of others. Database extraction doesn't have to be very difficult.<br /><br />And the reason that I think that hand coding gives you more power and flexibility is that when you learn more comples SQL joins and multiple table queries, you're able to cut down on the resource drain you put on a database and your pages load faster.<br /><br />Years ago I used Dreamweaver MX for CSS but eventually learned that hardcoding CSS beats plug and chug hands down, and it's faster if you know what you're doing. Same goes with php.<!--content-->
Thanks for your reply, Don.<br /><br />Here are a couple of links to some I have looked at.<br /><br /><a href="http://www.websitedatabases.com/" target="_blank">PHP MySQL | Web database software</a><br /><br /><a href="http://www.phppagegenerator.com/" target="_blank">PHP Generator</a><br /><br />I am looking for a shortcut to create a complete web based application to maintain a database of private corporate information. I need sound security, multiple user access levels, add, edit, query, reporting. I even need it to be able to be updated by information from a database on another server.<br /><br />I have been programming on the IBM machines for 25 years, but this Web based PHP/MySQL stuff is new to me. This old dog has to learn a new trick as quickly as possible!<br /><br />Thanks<!--content-->
First, welcome to the forums. Since you have a significant amount of programming experience, it shouldn't be too hard to teach the old dog.<br /><br />My personal take is that code generators are fine for initially learning the stuff (i.e. what goes on in the background). MS Frontpage comes to immediate mind. But for better, cleaner code, nothing beats hand coding, as surfire said.<br /><br />Sounds like you'll be able to be programming away in no time. You'll get it!<!--content-->
Welcome to the forum, orgcoco. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to the forums, orgcoco! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
<!--QuoteBegin-orgcoco+May 27 2005, 02:21 PM--><div class='quotetop'>QUOTE(orgcoco @ May 27 2005, 02:21 PM)</div><div class='quotemain'><!--QuoteEBegin-->I am looking for a shortcut to create a complete web based application to maintain a database of private corporate information.?I need sound security, multiple user access levels, add, edit, query, reporting.?I even need it to be able to be updated by information from a database on another server.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />That's a tall order for a "generated" system, however, you could also take a look at<br /><br /><a href="http://phpcodegenie.sourceforge.net/" target="_blank">PHPCodeGenie</a><br /><br />not sure how "uptodate" it is but it's something to look at.<!--content-->
Welcome to the forums, orgcoco! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /><!--content-->
Thanks for the warm welcome everyone. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> It's nice to be on a forum that gets some attention. I wholeheartedly agree with the advice from Surefire and Steve that doing it the old fashioned way is still the way to go.<br /><br />I have had some experience with code generators for RPG, years ago. They produced code God himself could not maintain. I was hoping things had changed. I was looking to these as a way to get jump started and then build from there.<br /><br />It seems apparent that the pros are not real impressed with these products or you would be able to get more opinions about them.<br /><br />I guess programming never changes, only the languages do!<!--content-->
Just to be fair, I have no experience with those products or anything similar in the php arena. I just find it difficult to believe that a code generator is going to replicate higher level php code.<br /><br />But maybe that's my overblown sense of self importance rearing it's ugly head.<!--content-->
 
Back
Top