Category : code
Introduction CakePHP
In : cake, cakephp, code, coding, framework, php, programming, Posted by wahyupramusinto on Jan.01, 2008
Introduction to CakePHP
Section 1
What is CakePHP?
CakePHP is a free open-source rapid development framework for PHP. Its a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner – without loss of flexibility.
Section 2
Why CakePHP?
CakePHP has several features that make it a great choice as a framework for developing applications swiftly and with the least amount of hassle. Here are a few in no particular order:
1.
Active, friendly community
2.
Flexible Licensing
3.
Compatibility with PHP4 and PHP5
4.
Integrated CRUD for database interaction and simplified queries
5.
Application Scaffolding
6.
Model View Controller (MVC) Architecture
7.
Request dispatcher with good looking, custom URLs
8.
Built-in Validation
9.
Fast and flexible templating (PHP syntax, with helpers)
10.
View Helpers for AJAX, Javascript, HTML Forms and more
11.
Security, Session, and Request Handling Components
12.
Flexible access control lists
13.
Data Sanitization
14.
Flexible View Caching
15.
Works from any web site subdirectory, with little to no Apache configuration involved
Section 3
History of CakePHP
In 2005, Michal Tatarynowicz wrote a minimal version of a Rapid Application Framework in PHP. He found that it was the start of a very good framework. Michal published the framework under the MIT license, dubbing it Cake, and opened it up to a community of developers, who now maintain Cake under the name CakePHP.
print chapter
source : http://manual.cakephp.org/chapter/intro, ajax
CodeIgniter
In : code, codeigniter, framework, php, programming, software, Posted by wahyupramusinto on Jan.01, 2008
Welcome to CodeIgniter
CodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
Please read the Introduction section of the User Guide to learn the broad concepts behind CodeIgniter, then read the Getting Started page.
Who is CodeIgniter For?
CodeIgniter is right for you if:
* You want a framework with a small footprint.
* You need exceptional performance.
* You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
* You want a framework that requires nearly zero configuration.
* You want a framework that does not require you to use the command line.
* You want a framework that does not require you to adhere to restrictive coding rules.
* You are not interested in large-scale monolithic libraries like PEAR.
* You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
* You eschew complexity, favoring simple solutions.
* You need clear, thorough documentation.
http://codeigniter.com/user_guide/