Hello, > I need your feedback in this > > What is the best RAD (Rapid application development) do you use for > PHP to develop an *advance* application in few days or weeks ? > > I like programming but one this that I hate is the first stage of > programming when you start creating the basic code (db connection, > interface, insert,update,....etc), this is why I'm looking for a good > RAD tool that can speed up my programming. You may want to take a look at Metastorage. It is an ORM (Object-Relational Mapping) generator tool. It generates classes that let you store and retrieve your database table rows as objects. It also takes care of generating classes to install or upgrade your database schema when your data model is updated. There would be a lot to say about Metastorage because it is really powerful and effectively enables rapid development. But I think it is better for you to take a look at it directly in its site: http://www.metastorage.net/ -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php