Translate

Tuesday 2 July 2013

Cake PHP in PHP Framework

Cake PHP Framework:
Cake PHP:
1.  CakePHP is a PHP based open-source framework 
developed for rapid web application development. 2. It’s a foundational structure for programmers to create web applications.
Our primary goal is to enable you to work in
a structured and rapid manner–without loss of flexibility. 3. CakePHP is consistently improving.

12 Reasons for to use Cake PHP:
1.  CakePHP is very easy to learn
2.  CakePHP developer community is very active and friendly
3.  It works with  PHP 4 and after
4.  Integrated CRUD (Create, Read, Update and Delete) for database interaction.
Instead of writing each CRUD operation by hand, it has prebuilt classes that do it for you 5. Code generation – Rapid development 6. Employees MVC architecture , thus enables clean separation between presentation,
business logic and back end 7. Request dispatcher with clean, custom URLs and
routes – Easy to build SEO friendly URLs 8. Built-in validation – No need to write your own code for
common validations such email, credit card etc 9. Fast and flexible templating (PHP syntax, with helpers) 10. View Helpers for AJAX, JavaScript, HTML Forms which enables a CakePHP developer
to write web application with rich user experience 11. In built components for Email, Cookie, Security, Session, and
Handling 12. Finally , you don't need an expensive hosting for CakePHP even
shared hosting will do just fine

Features of Cake PHP:
• Active, friendly community
• Flexible licensing
• Compatible with versions 4 and 5 of PHP
• Integrated CRUD for database interaction
• Application scaffolding
• Code generation
• MVC architecture
• Request dispatcher with clean, custom URLs and routes
• Built-in validation
• Fast and flexible templating (PHP syntax, with helpers)
• View Helpers for AJAX, JavaScript, HTML Forms and more
• Email, Cookie, Security, Session, and Request Handling Components
• Flexible ACL
• Data Sanitization
• Flexible Caching
• Localization
• Works from any web site directory, with
little to no Apache configuration involved

No comments:

Post a Comment