Skip to main content

Posts

Showing posts from May, 2012
What is Cakephp Actually ? CakePHP is a PHP Rapid Development Framework. PHP Framework? What is it? Why should I rely on a Framework? PHP developers are mostly self-trained (at least I am so) and being rather easy-to-develop, lots of developers jump-start developing applications without caring for code organisation/optimization and security.So one should know before you start with the exact application.It becomes a real challenge to DEBUG an unorganized code! Basically we need to follow up some conventions.Since to maintain a proper format of coding.So that it can be understood by any one who refers the code . CakePHP does that. It sets few CONVENTIONs for following and also perform a lot of tasks automatically - like generating a web form from database tables (with ALL VALIDATION RULES), integrating AJAX (Yes! It does so! Even if you do not have much understanding of AJAX), creating sophisticated SQL queries (master-detail type even), and it does so in a better, s