CakePHP: the rapid development php framework. Pages

2012 年 10 月 19 日5470

Batteries Included

The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks.

Clean MVC Conventions

Instead of having to plan where things go, CakePHP comes with a set of conventions to guide you in developing your application.

Secure

CakePHP comes with built-in tools for input validation, CSRF protection, Form tampering protection, SQL injection prevention, and XSS prevention, helping you keep your application safe & secure.

0 0