Agile Web Application Development with Yii1.1 and PHP5 and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $1.20 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Start reading Agile Web Application Development with Yii1.1 and PHP5 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Agile Web Application Development with Yii 1.1 and PHP5 [Paperback]

Jeffrey Winesett
4.0 out of 5 stars  See all reviews (32 customer reviews)

List Price: $39.99
Price: $37.99 & FREE Shipping. Details
You Save: $2.00 (5%)
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 Friday, June 21? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $14.39  
Paperback $37.99  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
Web Application Development with Yii and PHP Web Application Development with Yii and PHP 4.0 out of 5 stars (8)
$40.49
In Stock.

Book Description

August 11, 2010 1847199585 978-1847199584
This is a step-by-step tutorial for developing web applications using Yii. This book follows the test-first, incremental, and iterative approach to software development while developing a project task management application called "TrackStar". If you are a PHP programmer with knowledge of object oriented programming and want to rapidly develop modern, sophisticated web applications, then this book is for you. No prior knowledge of Yii is required to read this book.

Frequently Bought Together

Agile Web Application Development with Yii 1.1 and PHP5 + Yii 1.1 Application Development Cookbook + jQuery in Action, Second Edition
Price for all three: $105.51

Buy the selected items together


Editorial Reviews

About the Author

Jeffrey Winesett

Jeffrey Winesett is director of application development at Control Group, Inc. in New York City. He has been building large-scale web-based applications for over 10 years and has been a champion of the Yii framework since its initial alpha version. He frequently publishes articles on specific Yii topics and uses Yii + PHP whenever possible on development projects.


Product Details

  • Paperback: 368 pages
  • Publisher: Packt Publishing (August 11, 2010)
  • Language: English
  • ISBN-10: 1847199585
  • ISBN-13: 978-1847199584
  • Product Dimensions: 7.5 x 0.8 x 9.2 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (32 customer reviews)
  • Amazon Best Sellers Rank: #798,604 in Books (See Top 100 in Books)

Customer Reviews

The content itself is very accurate and clear, it's extremelly easy to learn Yii using this book. Petr Gromov  |  6 reviewers made a similar statement
Which I feel would be another good book for beginners. Shawn McElroy  |  2 reviewers made a similar statement
I'm not even sure sometime if they actually go over page by page or if they just skim them. Quoc Doan  |  4 reviewers made a similar statement
Most Helpful Customer Reviews
30 of 34 people found the following review helpful
2.0 out of 5 stars This book is a mess. February 14, 2011
Format:Paperback
Sometimes I read a tech book there are a few annoying errors that detract from the overall experience, but this one, the errors are so many and so egregious that it makes it impossible to follow along unless you are already a very highly skilled developer and can 'guess' what was meant.

For example, the author uses the InnoDB engine for his code examples, but fails to declare this on several of his schemas. This causes big problems as mySQL ships with MyISAM as the default database. Normally, schema should explicitly set the engine, particularly if you're not going to use the default!! Perhaps InnoDB is the default on his database, but the reality is that most people will probably be learning this framework against mySQL. Hopefully you're experienced enough with databases to catch this and figure out why the code doesn't work. Once you get past this 'gotcha', then you have to deal with code errors in almost every other example. It completely undermines my confidence in this writer's ability to teach the framework and make for hours of frustration as you try to track down why things aren't working. The writer clearly is an expert in Yii, but he's not much of a writer or instructor.

Then there's the general spelling errors. It seems to get worse as the book goes on. I've got 10 bucks that says this book was turned in by the author and published without any editorial review or proofreading at all.

Perhaps it's just me, but the Chapter on User Access Controls seems to be missing an entire section that would make the example work. He builds some tests, then builds the code, but doesn't cover getting the initial state set for a user with 'admin' level access.
... Read more ›
Was this review helpful to you?
9 of 9 people found the following review helpful
4.0 out of 5 stars Has errors, But overall good book. October 27, 2010
Format:Paperback
I was convinced by a friend to try out Yii about two weeks ago. Coming from knowing CakePHP, Yii was a lot different. I completed the blog tutorial but was still confused about many things and did not really feel like I knew what I did from the tutorial. So far the the other comments on this book are pretty close. My 2 biggest issues are typos/errors, and the code examples. The errors, while obvious, didn't really distract from the learning. OK sure so a word was misspelled, but really you are going to give a book a lower rating for that? Most of these errors were in random words throughout the book and didn't really detract from learning anything. But, there are some pretty badly misspelled words that should have been caught.

My bigger issue was with the code examples. While much of the time they worked and served their purpose, they sometimes were wrong. And I would have to refer to the source code for the book to see what was wrong. So far the two worst are after getting the issues implemented with projects where updating an issue yielded in a broken page. Even the source code was broken. And the other was setting up a full login system. There are multiple authenticate() methods used over various classes and it get rather confusing. Some of the other methods do the same, as a method in another class which is also used in the authentication. I had to read the entire section 3 times before i said crew it and decided to move on, as the login process still worked. I would later go to the on line docs to read up on authentication. But I wanted to finish the book. Other than these, the book wasn't too bad. I did learn quite a lot about the framework. Though I still need to understand some of the finer things even more, I know that will come with experience.
... Read more ›
Was this review helpful to you?
14 of 16 people found the following review helpful
3.0 out of 5 stars Decent book that have a lot of typos October 5, 2010
Format:Paperback|Amazon Verified Purchase
Was pretty excited about this book because it's the only Yii book out there.

I'm up to chapter 8 so far.

Anyway, there are bunch of errors and certain system administrative encounters.

The skills require for this book are php5, OOP, LAMP skills, and google/stackoverflow/serverfault ninja skills. You would probably want some database design skills for just those foreign keys or at least a basic understanding but I think you can do without it.

Here's what I've encountered:
-PHP 5.3.3 They change the timezone and stuff. If you read the error carefully you can fix it by adding a line of timezone code in the yii file.
-Font Mistakes
-Code style and format is ugly. I mean seriously when I'm reading the book and there are if and else loop nested 3 times, the author doesn't really have a great coding style and the way it is layout in the book just makes it harder to read.
-typos in url and there are typos in code
-The SQL schema is also wrong because the way it declare the primary key will have mysql complaining, typo.
-I believe this is more of a software fault because the foreign complain unless you have the same datatype ie INTEGER and INTEGER instead of INTEGER and INTEGER(4). I've asked this on stackoverflow could be my mysql version.
-Did I mention the typo? Here's the worst lines I've came across: pg 129, with words like "thehe uof" and "conssue", yeah, gibberish that need editing. I know I'm pretty damn bad at grammar but seriously this is pretty bad.
-pg 163-164 for the UserIdentity::authenticate() It's really different. I've check version 1.1.1 and it's almost the same where as the version of Yii I'm using is 1.1.3. I've also checked with the source code and the code is different too!
... Read more ›
Was this review helpful to you?
Most Recent Customer Reviews
4.0 out of 5 stars Really usefull
Really usefull but quite hard to understand for à beginner. You must read the tutorials on the site bécote buying this
Published 4 months ago by Dwboutin
5.0 out of 5 stars New Edition Available
It should be noted that there is a new edition of this book out now. It was released under a slightly different title and that may be the reason it is not obvious from this... Read more
Published 6 months ago by Tiffany Puett
4.0 out of 5 stars A bit rushed, but good
I'm about 1/3 to half way through, and so far I haven't really encountered any issues with the code. Maybe the Kindle version was corrected? Maybe the issues come in later? Read more
Published 13 months ago by Henry Makow
2.0 out of 5 stars Terrible organization, Content errors, spelling errors, too much...
Aside from seemingly being unedited, this book was way too heavily focused on test driven development. Read more
Published 13 months ago by Andy The Bouncer
5.0 out of 5 stars Nice book, some typographical mistakes
The content itself is very accurate and clear, it's extremelly easy to learn Yii using this book.
However there are some typographical mistakes, that are made during layout... Read more
Published 13 months ago by Petr Gromov
5.0 out of 5 stars Very good first Yii book
All in all I'd highly recommend this book to Yii newcomers who'd like and prefer a trusty tutorial to follow and have the time to read it:

* Its topics range is very... Read more
Published 17 months ago by Boaz Rymland
2.0 out of 5 stars PHPUnit testing while building Jeffrey's Yii application
That should be the title of this book, because that's what it is. Sure, there is Yii stuff here--if you can endure more than a little line noise--but unless you learn by mimicking... Read more
Published 21 months ago by Skyheights
4.0 out of 5 stars Good Yii Overview but too much Unit Testing
I've been programming for 30 years but never in PHP but decided to do my next project in PHP but feared the learning curve to do all the things I knew how to do as second nature in... Read more
Published 21 months ago by D. W. Miller, Jr.
4.0 out of 5 stars Excellent Hand-Holding tour Through Yii and Test-Driven Web-App...
"Agile" is a great read for anyone developing a web-app using Yii. It holds your hand at nearly every turn, helping you construct a useful project management web-app using Yii 1.1. Read more
Published 21 months ago by Hobson Lane
4.0 out of 5 stars Very good step-by-step guide including background
For all who want to start immediately, this is the choice. In quick and short samples a yii application will be build including background info and tips. Read more
Published 22 months ago by instance four
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category