On 30 Jan 2007, at 11:13, anand wrote: > Please tell me the procedures to install cake php and how to create a > simple registration form Please give me the sample coding thanks alot
CakePHP is really easy to install, the guide can be found at the following URL: http://manual.cakephp.org/chapter/installing The blog tutorial, which is very simple and easy to follow should set you on the right path. http://manual.cakephp.org/appendix/blog_tutorial I also learnt a lot by looking at the CakePHP source code, and various projects on CakeForge. Also use the api to find out the correct arguments for the various function etc. http://api.cakephp.org/ Cheers, Chris. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
