or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
27 used & new from $31.57

Have one to sell? Sell yours here
 
   
CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework (Paperback)

~ Ahsanul Bari (Author), Anupom Syam (Author)
Key Phrases: books controller, console app, controller name, Packt Book Store, Get Further, User Authentication (more...)
3.8 out of 5 stars  See all reviews (4 customer reviews)

List Price: $39.99
Price: $31.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.42 (21%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
17 new from $31.57 10 used from $43.60

Frequently Bought Together

CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework + Beginning CakePHP: From Novice to Professional + Practical CakePHP Projects (Practical Projects)
Price For All Three: $85.91

Show availability and shipping details

  • This item: CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework by Ahsanul Bari

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning CakePHP: From Novice to Professional by David Golding

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Practical CakePHP Projects (Practical Projects) by Kai Chan

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Practical CakePHP Projects (Practical Projects)

Practical CakePHP Projects (Practical Projects)

by Kai Chan
2.5 out of 5 stars (6)  $25.97
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

by William Steinmetz
4.6 out of 5 stars (15)  $19.77
Practical Web 2.0 Applications with PHP

Practical Web 2.0 Applications with PHP

by Quentin Zervaas
4.6 out of 5 stars (18)  $30.34
Learning jQuery 1.3

Learning jQuery 1.3

by Jonathan Chaffer
4.3 out of 5 stars (23)  $31.57
AJAX and PHP: Building Responsive Web Applications

AJAX and PHP: Building Responsive Web Applications

by Cristian Darie
4.3 out of 5 stars (30)  $31.49
Explore similar items

Editorial Reviews

Product Description

In Detail

Cake is a rapid development framework for PHP that uses well-known design patterns and provides a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss of flexibility. It means you can code faster, your code is better, and it makes writing Web 2.0-style apps a snap.

This book offers step-by-step instructions to learn the CakePHP framework and to quickly develop and deploy web-based applications. It introduces the MVC pattern and coding styles using practical examples. It takes the developer through setting up a CakePHP development and deployment environment, and develops an example application to illustrate all of the techniques you need to write a complete, non-trivial application in PHP. It aims to assist PHP programmers to rapidly develop and deploy well-crafted and robust web-based applications with CakePHP.

What you will learn from this book?

  • Develop well-structured applications faster, using CakePHP's MVC
  • Install and set up CakePHP
  • Create and configure your database to build a bookmark manager interface step by step
  • Build a model that that integrates with your database and provides basic features to your application: inserts, updates, deletes, searches, and relationships
  • Create views that present the user interface in an attractive, organized, and maintainable way
  • Develop controllers to interact with model classes, use callback functions, and create reusable components
  • Prototype applications fast using scaffolding to auto-generate user interface code
  • Create custom user interfaces using layouts, elements, helper classes, and CakePHP's FormHelper
  • Build complex data models with multiple related tables, using Cake associations
  • Enhance your data models by adding new functionalities like user authentication and data validation
  • Automate repetitive tasks and speed up development using shells
  • Reduce the amount of code you write yourself using Bake to automatically generate essential code based on your database design
  • Add interactivity using JavaScript and AJAX
  • Work with user pages, search, pagination, and RSS

Approach

This book starts by installing Cake and building our first application, then looking at each main component of a CakePHP application in detail. We then learn how to build Web 2.0 style applications quickly using a case study application. The book is packed with example code and demo applications, so that you can see techniques in action.

Who this book is written for?

If you already know PHP and want to develop cutting-edge Web 2.0 applications, or see how to write code in a faster, more productive way, then this book is ideal for you.



About the Author

Ahsanul Bari is a web application developer from Dhaka, Bangladesh. After graduating from North South University with a bachelor's degree in Computer Science, he has been involved in developing various web applications for local businesses. At a very early stage of his career he felt the need for tools and techniques to build structured and maintainable web applications. That is when he found out about CakePHP. It was love at first sight and he decided to use CakePHP for his future projects. He never had to look back, and from then on he has been heavily using CakePHP for all kinds of projects. Most notably, using CakePHP, he developed an ERP solution for companies involved in urban and land development. Apart from that, he has also 'irregularly' contributed to the CakePHP Documentation Team. He is also an 'irregular' blogger (http://ahsanity.com and http://ahsanity.wordpress.com). Just when people start to think that he has given up blogging, he is known to write a post from nowhere! Among his friends and colleagues, he is known as a fanboy for CakePHP. Currently he is working at Trippert Labs, where he has been involved in making a travel-based blogging system, http://www.trippert.com. Anupom Syam is a web application developer from Dhaka, Bangladesh. He started programming back in 1998 in C when he was a high school kid. In his early university years, he met Java and fell in love immediately. Through the years he has become proficient in various aspects of Java (ME, SE, and EE). Early in his career he was engaged mainly in building localized mobile applications. Over time his interest in web technologies grew and he did not hesitate to jump onto the Web 2.0 bandwagon. Over the last five years he has been working with different startups and building web/mobile applications. He currently works as a Development Engineer at Trippert, Inc. where he has been involved in developing a travel-based blogging system http://www.trippert.com (which is developed using CakePHP) as the lead back-end programmer. He loves to build rich-client web apps with JavaScript/AJAX in the front end and CakePHP/RoR/MySQL in the back end. He still uses Java heavily for his personal fun-time projects. He also maintains blogs: http://anupom.wordpress.com and http://syamantics.com. Besides programming he is interested in many things, ranging from the most recent scientific discoveries to ancient Vedic philosophies.

Product Details

  • Paperback: 332 pages
  • Publisher: Packt Publishing (July 15, 2008)
  • Language: English
  • ISBN-10: 1847193897
  • ISBN-13: 978-1847193896
  • Product Dimensions: 9.1 x 7.5 x 1 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.com Sales Rank: #319,257 in Books (See Bestsellers in Books)

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?

CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework
46% buy the item featured on this page:
CakePHP Application Development: Step-by-step introduction to rapid web development using the open-source MVC CakePHP framework 3.8 out of 5 stars (4)
$31.57
Beginning CakePHP: From Novice to Professional
30% buy
Beginning CakePHP: From Novice to Professional 3.5 out of 5 stars (11)
$28.37
Practical CakePHP Projects (Practical Projects)
17% buy
Practical CakePHP Projects (Practical Projects) 2.5 out of 5 stars (6)
$25.97
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
5% buy
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems 4.6 out of 5 stars (15)
$19.77

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(8)
(4)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

4 Reviews
5 star:
 (2)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
18 of 18 people found the following review helpful:
3.0 out of 5 stars Good introduction, but a little sloppy and incomplete, July 25, 2008
By Aaron Gustafson (Chattanooga, TN United States) - See all my reviews
(REAL NAME)   
As the first book to come out on CakePHP, there was a lot of pressure on this title to be really strong. On the whole, it has pretty good coverage of the topic, but the flow of the title is undermined by shoddy editing.

= The Good =
This title is a pretty decent introduction to CakePHP. Coming from a background in PHP and having worked with Ruby on Rails for a few years as well, I think the authors did a good job covering the basics and putting together some interesting projects for you to work on.

= The Bad =
As a technical editor for several books myself, I know how difficult it is to catch all of the mistakes (missing semicolons and the like), but the level of technical errors in this book was shocking. One simple example: the minLength validation option was misspelled everywhere (as "minLenght") -- in code examples, in body copy, etc. And that's just one example. It's obvious that the examples in this book were not thoroughly vetted despite having 2 reviewers and 2 technical editors. Sure, maybe I'm nitpicking, but I feel strongly that when a technical book comes out, it needs to be as accurate as possible to reduce the frustration level of people following our examples line-by-line.

Another minor gripe I have with the book is the incredibly inconsistent formatting of the code examples. Indents were all over the place, as were line wraps, making it very difficult to follow. I understand that some people don't care about nice-looking code, but when you are supplying that code for an educational purpose, it should be as legible as possible.

= The Ugly =
For the most part, I enjoyed this book, but the section on JavaScript and Ajax made me wince. Repeatedly.

As someone who spends a lot of time teaching people how to write unobtrusive JavaScript, it pains me to see books that continue to promote doing things the wrong way. I'll give the author's props for relegating most of their JavaScript to external files, but their Ajax examples leave no fallback for users with JavaScript turned off (or no JavaScript support). It would have taken just a few more lines to show how it could be done using progressive enhancement techniques like Hijax (discussed in Jeremy Keith's book Bulletproof Ajax).

One final gripe I have with this title is that it completely skips over the topic of unit testing. The section on working with the Cake shell briefly mentions it (by simply having you decline the offer to have the shell script generate test cases for you). After seeing that, I was hoping the authors would at least devote a small chapter to provide a cursory overview of building and using unit tests in Cake. Alas, that chapter never materialized.

= Final thoughts =
In all, the book was decent, but didn't really blow me away. It could have been a lot better.
Comment Comments (2) | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 7 people found the following review helpful:
5.0 out of 5 stars Good introduction to cakephp, September 25, 2008
Having had some experience developing with PHP, I decided to look around for a PHP framework. I was at the point of starting to think about developing reusable modules for handling common tasks that I had run into (user authentication, form handling, database calls etc..) and so it seemed logical to see if anyone had developed something along those lines already. CakePHP seemed to fit the bill perfectly - a PHP framework built by a dedicated group of developers using best software practices - but the documentation I found online was a bit lacking, especially to get past the initial hurdles; so I purchased both CakePHP books available at the current time (8/2008): this one and "Beginning CakePHP" from Apress.

This book was exactly what I was looking for, and got me up to speed with the basic CakePHP mvc paradigm, and how to build a basic CakePHP application. I particularly liked the format of the book and the way the code was presented - after every new piece of code is introduced and run there is a paragraph called "what just happened?" that steps line by line through the code (no matter how basic it may seem to a seasoned CakePHP developer). I wish more programming books would follow this approach, because it makes sure that the reader knows what's going on every step of the way, even if something was a bit unclear earlier. On a side note, I found the Apress much more confusing in that regard, as if you glazed over something at any point, it became really hard to comprehend any of the chapters that followed. (not to mention the author's tendency to 'be clever' and use things like PHP shorthand notation for echo, use the PHP function 'compact' with the CakePHP 'set' function to pass data to the view etc... all little things that unnecessarily add hurdles for the novice's comprehension).

Anyway, I enjoyed this book a lot, it gave me the CakePHP basics and I now feel a lot more comfortable browsing the online CakePHP documentation. If there's one negative I have, it's the AJAX chapter which I had a hard time following. But I haven't found a good CakePHP AJAX example online either, so I've gone back to learning some basic PHP/ajax first in the hope that CakePHP's ajax helper will make more sense after. AJAX is just a small section in the "advanced topics" of this book though so it's probably a bit much to expect the subject to be done justice in such a short space.

As a primer on CakePHP for someone familiar with the basics of PHP and web database development however, this book is ideal.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2.0 out of 5 stars Hire an editor!, October 28, 2009
By J. Fleming "nodrmforme" (Chandler, AZ United States) - See all my reviews
(REAL NAME)   
I bought this book based on the reviews here. It was the highest rated CakePHP book on Amazon at the time so I figured I couldn't go wrong. I was a little wrong about that...

The book is pretty easy to follow, and it does a good job introducing you to how CakePHP works and talking you through using the MVC pattern. The reason I gave it such a low rating is because of the code typos that litter the pages and all of the terrible, terrible grammar throughout. It's as though the author didn't speak English natively and the editors didn't bother to fix anything! What's worse, some of the concepts in the book are stated exactly backwards; a read headache for the beginner.

If you already know PHP to some degree and are at least familiar with CakePHP, the book is pretty helpful for solidifying ideas. It's probably one of the better books I've read on the topic in terms of the order in which they teach you and how it's described. But, if you're new to PHP or CakePHP, don't start with this book; you'll be pulling your hair out trying to figure out where the typos in the code are and interpreting the text.

Overall, I'm happy I picked the book up. It's the second one I've been reading and it's helped me make more sense of how some of the components work, but if you're new and you just want to learn how to use CakePHP, you should consider looking elsewhere, or at least reading The Manual on their website first.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Excellent way to learn CakePHP
Given the fact there is not much out there to learn from, this book is a welcome source of huge amounts of knowledge. Read more
Published 11 months ago by Mark E. Manley

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.