kognosko
Price: £42.27
In stock

woodys-uk
Price: £63.99
In stock

9 used & new from £34.95

Have one to sell? Sell yours here
 
 
Zend Framework in Action
 
See larger image
 

Zend Framework in Action (Paperback)

by Rob Allen (Author), Nick Lo (Author), Steven Brown (Author)
2.8 out of 5 stars  See all reviews (4 customer reviews)

Available from these sellers.


4 new from £42.27 5 used from £34.95

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   New Zend Studio 7.0 opens new browser window
Zend.com/zend-studio  -  PHP IDE - Edit, Debug, Analyze & Optimize PHP Apps - PHP 5.3 Ready 
   Generate Java application opens new browser window
www.bob-solutions.com  -  Efficient application generation than expensive programming 
   Free PHP Security Scanner opens new browser window
www.acunetix.com  -  Check your PHP scripts for vulnerabilities with Acunetix WVS. 
  
 

Customers Who Bought This Item Also Bought

PHP Objects, Patterns, & Practice 2nd Edition

PHP Objects, Patterns, & Practice 2nd Edition

by Matt Zandstra
4.5 out of 5 stars (8)  £19.97
Php|architect's Guide to Programming with Zend Framework

Php|architect's Guide to Programming with Zend Framework

by Cal Evans
2.0 out of 5 stars (1)  £18.99
Practical Web 2.0 Applications with PHP (Expert's Voice)

Practical Web 2.0 Applications with PHP (Expert's Voice)

by Quentin Zervaas
4.0 out of 5 stars (4)  £27.60
Pro PHP: Patterns, Frameworks, Testing & More: Patterns, Frameworks, Testing and More

Pro PHP: Patterns, Frameworks, Testing & More: Patterns, Frameworks, Testing and More

by Kevin McArthur
4.8 out of 5 stars (4)  £22.02
Php|architect's Guide to E-Commerce Programming with Magento

Php|architect's Guide to E-Commerce Programming with Magento

by Mark Kimsal
£18.99
Explore similar items

Product details

  • Paperback: 425 pages
  • Publisher: Manning Publications (28 Dec 2008)
  • Language English
  • ISBN-10: 1933988320
  • ISBN-13: 978-1933988320
  • Product Dimensions: 23.4 x 18.5 x 2.8 cm
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 281,793 in Books (See Bestsellers in Books)

    Popular in this category:

    #97 in  Books > Computing & Internet > Programming > Languages > PHP

Product Description

Product Description

From rather humble beginnings as the Personal Home Page scripting language, PHP has found its way into almost every server, corporation, and dev shop in the world. On an average day, somewhere between 500,000 and 2 million coders do something in PHP. Even when you use a well-understood language like PHP, building a modern web application requires tools that decrease development time and cost while improving code quality. Frameworks such as Ruby-on-Rails and Django have been getting a lot of attention as a result.

For PHP coders, the Zend Framework offers that same promise without the need to move away from PHP. This powerful collection of components can be used in part or as a whole to speed up the development process. Zend Framework has the backing of Zend Technologies; the driving force behind the PHP programming language in which it is written. The first production release of the Zend Framework became available in July of 2007.

Zend Framework in Action is a comprehensive tutorial that shows how to use the Zend Framework to create web-based applications and web services. This book takes you on an over-the-shoulder tour of the components of the Zend Framework as you build a high quality, real-world web application. This book is organized around the techniques you'll use every day as a web developer "data handling, forms, authentication, and so forth. As you follow the running example, you'll learn to build interactive Ajax-driven features into your application without sacrificing nuts-and-bolts considerations like security and performance.

This book is aimed at the competent PHP developer who wants to master framework-driven web development. Zend Framework in Action goes beyond the docs but still provides quick access to the most common topics encountered in the development of web applications.



About the Author

Rob Allen is a full-time PHP developer and contributor to the Zend Framework, developing the Zend_Config component. He has also written a popular getting-started tutorial available from www.akrabat.com. Rob is the Technical Director of Big Room Internet.

Nick Lo is a web designer, developer, partner, and general "wearer of many hats" with Ingredients, located in Byron Bay, Austrailia. He was an early participant in the Zend Framework community and has published several popular tutorials.

Steven Brown is Head of Technology for New Beach Media where he oversees design, development, operations, and infrastructure. He specializes in critical thinking and analysis of mechanical and logical systems.

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
2.0 out of 5 stars Book only covers about 60% of the code!, 25 May 2009
By R. Myers (Cumbria, UK) - See all my reviews
(REAL NAME)   
I bought this book in the hope it would help me get my head around the Zend Framework what with their being few books out there on ZF. Having gotten started working through the book I have come to notice a very important problem with the book and anyone looking for a complete book on the topic.

My issue with this book is not that it does not cover enough of the framework but that the content of the book does not cover all the code of needed to get the example site up and running. For example following chapters 3 and 4 does not result in the same code (in many areas) as is included in the downloadable source code. This means its very hard to just follow the book and get things up and running (although the downloadable code does work) and this makes it difficult to fully understand what you need to do in order to create your own ZF web application.

I really wish the authors / publishers had opted to cover all the code needed to make the site work within the book rather than covering about 60% of the code in the book and leaving the reader to look up the other 40% in the source code available from the website.

Therefore I would have to say that this book is okay for those who are happy to explor the code alongside the book but if you are new to PHP and the ZF you may want to look at other options.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars Excellent introduction, 23 Jan 2009
By David Goodwin (United Kingdom) - See all my reviews
I found this book provided an excellent introduction to the Zend Framework, and I would recommend it to anyone looking to save time when starting with the framework.

As a PHP developer I've been aware of the Zend Framework for a number of years, but haven't until recently started to use it in anger. This book helped me make the leap.

The book takes the reader through the development and progression of an application, which they also use to illustrate a number of best practices.
The book came across as being well structured and thought out, and provided good explanations of "new things" at the appropriate place.

The Zend Framework contains a wide number of different components, and the book manages to cover a large number of them. Clearly it can't cover each in full detail - but it does more than enough to make the reader aware of what the various components can do.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Avoid this book., 23 Jul 2009
By Mr. Nw Shaw - See all my reviews
(REAL NAME)   
This book was behind schedule and has been rushed out the door in a poor state. The first couple of chapters are pretty good and you feel like you are making progress but if you use the code directly from the book the app will not work. For instance i discovered that i needed an exception controller which was not even mentioned in the book but is in the source code downloaded from the site.

If you are looking for an entry level book to learn about Zend Framework then do not buy this as it will more than likely confuse you and put you off.

There aren't many (if any) other books that you could buy instead of this at the time of writing. I will be waiting for Beginning Zend Framework (Apress) hoping its a lot better than this.
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

2.0 out of 5 stars A solid understanding of OO PHP required...
I have been writing procedural PHP for a few years but I wouldn't say I was good at it. I believed that this book would help me to achieve more with PHP by showing me how to use... Read more
Published 6 months ago by pondlife

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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

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.