{227} - 1.1 What is CakePHP? Why Use it?

CakePHP is a free, open-source, rapid development framework for PHP. 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.

CakePHP takes the monotony out of web development. We provide you with all the tools you need to get started coding what you really need to get done: the logic specific to your application. Instead of reinventing the wheel every time you sit down to a new project, check out a copy of CakePHP and get started with the real guts of your application.

CakePHP has an active developer team and community, bringing great value to the project. In addition to keeping you from wheel-reinventing, using CakePHP means your application’s core is well tested and is being constantly improved.

Here’s a quick list of features you’ll enjoy when using CakePHP:

  • Active, friendly community
  • Flexible licensing
  • Compatible with PHP4 and PHP5
  • Integrated CRUD for database interaction
  • Application scaffolding
  • Code generation
  • Model View Controller (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 access control lists
  • Data Sanitization
  • Flexible Caching
  • Localization
  • Works from any web site subdirectory, with little to no Apache configuration involved

{1164} - 1.1 What is CakePHP? Why Use it?

CakePHP is a free, open-source, rapid development framework for PHP. 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.

CakePHP takes the monotony out of web development. We provide you with all the tools you need to get started coding what you really need to get done: the logic specific to your application. Instead of reinventing the wheel every time you sit down to a new project, check out a copy of CakePHP and get started with the real guts of your application.

CakePHP has an active developer team and community, bringing great value to the project. In addition to keeping you from wheel-reinventing, using CakePHP means your application’s core is well tested and is being constantly improved.

Here’s a quick list of features you’ll enjoy when using CakePHP:

  • 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

Differences

Lines: 1-24Lines: 1-24
 <title>What is CakePHP? Why Use it?</title> <title>What is CakePHP? Why Use it?</title>
-<p>CakePHP is a free, open-source, rapid development framework for PHP. 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.</p> +<p><a href="http://www.cakephp.org/">CakePHP</a> is a <a href="http://en.wikipedia.org/wiki/MIT_License">free</a>, <a href="http://en.wikipedia.org/wiki/Open_source" title="What is open-source?">open-source</a>, <a href="http://en.wikipedia.org/wiki/Rapid_application_development" title="What is rapid development?">rapid development</a> <a href="http://en.wikipedia.org/wiki/Application_framework" title="What is a framework?">framework</a> for <a href="http://www.php.net/" title="Hypertext Preprocessor">PHP</a>. 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.</p>
 <p>CakePHP takes the monotony out of web development. We provide you with all the tools you need to get started coding what you really need to get done: the logic specific to your application. Instead of reinventing the wheel every time you sit down to a new project, check out a copy of CakePHP and get started with the real guts of your application.</p> <p>CakePHP takes the monotony out of web development. We provide you with all the tools you need to get started coding what you really need to get done: the logic specific to your application. Instead of reinventing the wheel every time you sit down to a new project, check out a copy of CakePHP and get started with the real guts of your application.</p>
-<p>CakePHP has an active developer team and community, bringing great value to the project. In addition to keeping you from wheel-reinventing, using CakePHP means your application’s core is well tested and is being constantly improved.</p> +<p>CakePHP has an active <a href="https://trac.cakephp.org/wiki/Contributors">developer team</a> and community, bringing great value to the project. In addition to keeping you from wheel-reinventing, using CakePHP means your application’s core is well tested and is being constantly improved.</p>
 <p>Here’s a quick list of features you’ll enjoy when using CakePHP:</p> <p>Here’s a quick list of features you’ll enjoy when using CakePHP:</p>
 <ul> <ul>
-<li>Active, friendly community</li>
<li>Flexible licensing</li>
<li>Compatible with PHP4 and PHP5</li>
<li>Integrated CRUD for database interaction</li>
<li>Application scaffolding</li>
<li>Code generation</li>
<li>Model View Controller (MVC) architecture</li>
<li>Request dispatcher with clean, custom URLs and routes</li>
<li>Built-in validation</li>
<li>Fast and flexible templating (PHP syntax, with helpers)</li>
<li>View Helpers for AJAX, JavaScript, HTML Forms and more</li>
<li>Email, Cookie, Security, Session, and Request Handling Components</li>
<li>Flexible access control lists</li>
<li>Data Sanitization</li>
<li>Flexible Caching</li>
<li>Localization</li>
<li>Works from any web site subdirectory, with little to no Apache configuration involved</li>
+ <li>Active, friendly <a href="http://cakephp.org/feeds">community</a></li>
<li>Flexible <a href="http://en.wikipedia.org/wiki/MIT_License">licensing</a></li>
<li>Compatible with versions 4 and 5 of PHP</li>
<li>Integrated <a href="http://en.wikipedia.org/wiki/Create%2C_read%2C_update_and_delete" title="Create Read Update Delete">CRUD</a> for database interaction</li>
<li>Application <a href="http://en.wikipedia.org/wiki/Scaffold_%28programming%29" title="What is scaffolding?">scaffolding</a></li>
<li>Code generation</li>
<li&gt;<a href="http://en.wikipedia.org/wiki/Model-view-controller" title=&quot;Model View Controller">MVC</a> architecture</li>
<li>Request dispatcher with clean, custom URLs and routes</li>
<li>Built-in <a href="http://en.wikipedia.org/wiki/Data_validation" title="What is data validation?">validation</a></li>
<li>Fast and flexible <a href="http://en.wikipedia.org/wiki/Web_template_system" title="What is templating?">templating</a> (PHP syntax, with helpers)</li>
<li>View Helpers for <acronym title="Asynchronous Javascript And XML">AJAX</acronym>, JavaScript, HTML Forms and more</li>
<li>Email, Cookie, Security, Session, and Request Handling Components</li>
<li>Flexible <a href="http://en.wikipedia.org/wiki/Access_control_list" title="Access Control Lists">ACL</a></li>
<li>Data Sanitization</li>
<li>Flexible <a href="http://en.wikipedia.org/wiki/Web_cache" title="What is caching?">Caching</a></li>
<li>Localization</li>
<li>Works from any web site directory, with little to no <a href="http://httpd.apache.org/">Apache</a> configuration involved</li>
 </ul> </ul>