PHPEveryday.com PHP and Web Development Tutorial
What are you looking for?


CakePHP Installation: Introduction


CakePHP Installation Step by Step part 1:We ever talk PHP framework: CodeIgniter and Zend Framework. Now, we will talk one of other popular PHP Framework: CakePHP. CakePHP offer a collection of code, libraries, classes, and run-time environment that helps developers build web applications faster. Many advantages that you get if use open-source framework like CakePHP, CodeIgniter, Zend Framework, etc. By using them, we also know (and will have) the developer team have developed the frameworks. These framework will open our mind about 'other world' out of us.

In this post, I introduction what is CakePHP and what can it help us in web application development. Target in this post series, we understand about CakePHP and can install it.

a Crunchy Named CakePHP

To know what is CakePHP, we can see definition from their web, "Cake is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller, and MVC". Like we have talked, as a framework, it have a collection classes and libraries that make us build application easy and faster. It is their goal. They said, "Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility."

CakePHP is an open-source project. You can use it free (but you can give donation to support them). It is distributed under the MIT Licence. That means, you can use and look source code.

Dough of Cake

Back to official definition from their web, we can see sequence of design pattern: Active Record, Association Data Mapping, Front Controller, and MVC. These is common pattern that used a solid framework. In the CakePHP, MVC is core of the framework. We ever talk about MVC at Joomla (you can read at here).

Why faster development?

One of the main reasons you need a framework is your team has same conventions and rules to structure the application. It make easy new developer to joint your team. Another reason is to develop web application much faster. Why? Because in framework, there are many reused code (libraries, classes, API) that we can use without write everything from zero. CakePHP have many tricks and magics for you :)

One of advantage use CakePHP is it doesn't need much configurations. So, we can say, it is easy to configure it.

Ok, don't miss next posting about installation CakePHP.





Tag: cakePHP, framework Category: PHP Framework Post : August 30th 2004 Read: 2,633 Bookmark and Share

blog comments powered by Disqus

Database Tutorial
  • Learn PHP MySQL
  • Learn PHP ADOdb
  • Learn PHP Data Object/PDO
  • Learn PHP XML
  • Learn PHP SimpleXML
Security Tutorial
  • Learn PHP Security
  • Learn HTTP Authentication
  • Learn PHPSecureSite
Framework Tutorial
  • Learn CodeIgniter
  • Learn Joomla
  • Learn Smarty
  • Learn Zend Framework
Template Tutorial
  • Learn Joomla Template
  • Learn WordPress Template
API Tutorial
  • Learn Facebook
JS Framework Tutorial
  • Learn MooTools
  • Learn JQuery
AJAX Tutorial
  • Learn AJAX in 10 Minutes
  • Learn AJAX Client Side
  • Learn AJAX PHP
  • Learn AJAX Remote Server
  • Learn AJAX Repetitive
  • Learn AJAX MySQL
  • Learn AJAX Grid
Web Services Tutorial
  • Learn Web Services NuSOAP
  • Learn Web Services WSDL
  • Learn Web Services WSDL Array
  • Learn Web Services .NET Grid
  • Learn Web Services WDDX
Package Post
  • Joomla Intro
  • Joomla Component
  • Joomla Module
  • Joomla MVC
  • Joomla MVC Backend
  • PostNuke Intro
  • Zend Framework Intro
  • Zend Framework Action
  • Zend Framework Database
  • Zend Framework Registry
  • Zend Framework Config
  • Zend Framework Login
  • Zend Framework Session
  • PHP Array Tips
  • PHP File Tips
  • PHP Email
  • PHP Ms Excel
  • PHP Pattern
  • PHP SMS
  • Flash Database
  • PHP Multitier
  • jQuery Introduction
  • jQuery Selectors
  • Portable Web Server
  • Web Mobile Intro
  • Drupal Installation
  • Drupal Configuration