[PHP-DB] php generators

2009-04-28 Thread conor mahaney
Hello Everyone, I am a beginner with PHP and Mysql and have dived into a project that may be to much for me right now. I am still learning php and do not have enough knowledge to accomplish what I am trying to. I have been looking into PHP code generators and was wondering if anyone has any

Re: [PHP-DB] php generators

2009-04-28 Thread Jonathan Langevin
Most code generators are bloated, poorly designed, and just plain trouble.The only code generator that I currently like, is the one for CakePHP, but you'll have to do some heavy reading to get up-to-speed on how to develop with Cake (especially considering it uses Object Oriented development princi

Re: [PHP-DB] php generators

2009-04-28 Thread harvey
Dreamweaver has some php generation. That's how I started to learn. I am not an expert by any means, and I am sure that experts will not like the code, but for a beginner, I found it totally fine On 4/28/2009 12:40 PM, conor mahaney wrote: Hello Everyone, I am a beginner with PHP and Mysql a

[PHP-DB] How to access MySQL through PHP in windows 2K.

2009-04-28 Thread Katiyar (GMail)
Praveen's MailHi List, I am new to PHP and as well as with MySQL, a.. I have installed PHP 5.28, on win 2K (with IIS) and it is installed properly I suppose, as when I call phpinfo (), through a script, it shows the PHP Information. b.. then I installed MySQL 5.1.30, and through MySQL c

Re: [PHP-DB] How to access MySQL through PHP in windows 2K.

2009-04-28 Thread YVES SUCAET
Should be simple enough... Do you have the mysqli driver enabled in your php.ini file? ;extension=php_mysqli.dll should become extension=php_mysqli.dll hth, Yves -- Original Message -- Received: Tue, 28 Apr 2009 06:55:37 PM CDT From: "Katiyar \(GMail\)" To: Cc: Subject: [PHP-DB] How