Hello, on 04/28/2009 01:40 PM conor mahaney said the following: > 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 thoughts or suggestions, also if anyone knows of any > good resources for learning You may want to take a look at Metastorage. It can generate ORM classes, which let you basically treat information in your database tables as objects. It can generate all the code for all the queries you need to select, insert, update and delete table records as if they were objects. Metastorage can also generate database schema and a class to install or upgrade it that works with many types of database. http://www.metastorage.net/ If you are not familiar of how Object Relational Mapping generators like this can make your development much easier, you may also want to read this article: http://www.phpclasses.org/blog/post/82-PHP-ObjectRelational-Mapping-ORM-or-ROM.html -- Regards, Manuel Lemos Find and post PHP jobs http://www.phpclasses.org/jobs/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php