Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Brian Swan's Blog:
Book Review: Easy PHP Websites with the Zend Framework
May 13, 2011 @ 17:50:41

Brian Swan has posted a book review of Jason Gilmore's book "Easy PHP Websites with the Zend Framework".

I had been itching to dive into the Zend Framework, so I jumped at the opportunity. It has taken me a while to get around to reviewing it, but I’m glad I did. Jason’s writing style makes challenging concepts easy to learn and his focus on good development practices are sure to inspire you to become a better developer. Here’s more detail on what I thought after reading the book...

He talks about the things he likes - like the fact that the book uses a single application to base the examples on and that it focuses on the development process as well as the end result. He notes that the book struggles a bit when trying to find a target audience. He felt the book jumped around from beginner to advanced topics quickly and that a less experienced user might get confused. Overall, though, he found the book a good addition to any developer's library.

tagged: book review jason gilmore websites zendframework

Link:

Zend Developer Zone:
Book Report: Easy PHP Websites with the Zend Framework
Apr 18, 2011 @ 17:35:01

On the Zend Developer Zone Cal Evans has written up a "book report" about a new release from Jason Gilmore, "Easy PHP Websites with the Zend Framework". Cal's review covers some of the good, the bad and the "interesting" he found while reading through the book.

Those readers who know me, know that I'll pass on writing a review on a book I don't like. Having written one (and have another in the works), I know the work that goes into even a bad one. So instead of denigrating someone else's work, I'll simply not write the review than write something bad. I said all that to say this, the fact that you see this review means I found enough in this book that I like to review it.

In the "good" section he mentions that the book is for beginners and, because of this, it aims to help them over the large learning curve the framework comes with. In the "bad" section, one of his few comments is that Jason teaches "models" as database interfaces, not more general data source interfaces. He also mentions an "interesting" thing - the fact that Jason wrote up a chapter on using the Doctrine ORM with a Zend Framework app too.

tagged: book review easy websites zendframework jasongilmore

Link:

Chris Hartjes' Blog:
Book Review -- Easy PHP Websites with the Zend Framework
Apr 12, 2011 @ 14:21:43

Chris Hartjes has posted a book review of one of the latest books from Jason Gilmore, "Easy PHP Websites with the Zend Framework" (published March 2011)

At 240 pages I wouldn't say this is the type of book that you can really read cover-to-cover at a rapid pace. I think it is more suited as a very long and expanded HOWTO for building an application from scratch. I was also pleased to see that Jason had made the commitment to pushing Test Driven Development by having the reader write tests for the site they were building as they went along.

Chris goes on to talk about the contents of the book and how it uses a project (creating a social networking app called GameNomad) to help squeeze as much about the Zend Framework into your head as possible. In his opinion, the book is a good resource for both beginning and intermediate users of the framework and can potentially be used as more of a reference for different takes on common problems.

tagged: book review easy websites zendframework jasongilmore

Link:

Slashdot.org:
Book Review: PHP Hacks
Jul 12, 2006 @ 17:18:35

Ever the fount of technical knowledge, Slashdot.org has posted this new book review covering the O'Reilly book "PHP Hacks" by Jack Herrington.

Given the current popularity of the Web development language PHP, it makes sense that newcomers to the language have a large number of introductory and reference volumes from which to choose. But for the more advanced PHP programmer, there are far fewer titles that explain how to make the most of the language, by applying it to solve relatively substantial problems. One such book is PHP Hacks: Tips & Tools for Creating Dynamic Websites.

They explore the contents of the book, noting that the bredth of topics covered is a bit more than they wanted to get into (and to check out the book's website for more). Overall, their review is good - the book does want it says and provides helpful and handy bits of code to help you just when you need it. There were a few technical issues they noticed, but, on the whole, it's a positive review.

tagged: book review hacks oreilly creating dynamic websites book review hacks oreilly creating dynamic websites

Link:

Slashdot.org:
Book Review: PHP Hacks
Jul 12, 2006 @ 17:18:35

Ever the fount of technical knowledge, Slashdot.org has posted this new book review covering the O'Reilly book "PHP Hacks" by Jack Herrington.

Given the current popularity of the Web development language PHP, it makes sense that newcomers to the language have a large number of introductory and reference volumes from which to choose. But for the more advanced PHP programmer, there are far fewer titles that explain how to make the most of the language, by applying it to solve relatively substantial problems. One such book is PHP Hacks: Tips & Tools for Creating Dynamic Websites.

They explore the contents of the book, noting that the bredth of topics covered is a bit more than they wanted to get into (and to check out the book's website for more). Overall, their review is good - the book does want it says and provides helpful and handy bits of code to help you just when you need it. There were a few technical issues they noticed, but, on the whole, it's a positive review.

tagged: book review hacks oreilly creating dynamic websites book review hacks oreilly creating dynamic websites

Link:

Justin's Blog:
Using PHP in large websites
Feb 07, 2006 @ 13:16:53

In one of his latest blog entries, Justin has posted an article from Aaron Crane that talks about using PHP in large websites - some of the issues, methods, and suggestions that he's noticed over time.

The PHP scripting language has an enjoyed an enormous growth in popularity over the past few years. It benefits from being particularly easy to pick up, and from having been designed as a language specifically for producing webpages. This means that choosing PHP as your implementation language allows you to build a dynamically-generated webpage quickly and easily.

However, it is not clear how well PHP scales for use in larger commercial websites. This paper examines the issues in trying to do so.

He invesigates topics like:

  • Separation of presentation from business logic
  • Areas where PHP's initial simplicity can actually make things more complicated
  • Using a team of developers to build a site

For each item, he looks in detail about what the topic is and how a manage/develoeper can get a handle on it. There are good and bad sides to all, but finding the right balance is key.

tagged: using large websites seperation of logic simplicity team using large websites seperation of logic simplicity team

Link:

Justin's Blog:
Using PHP in large websites
Feb 07, 2006 @ 13:16:53

In one of his latest blog entries, Justin has posted an article from Aaron Crane that talks about using PHP in large websites - some of the issues, methods, and suggestions that he's noticed over time.

The PHP scripting language has an enjoyed an enormous growth in popularity over the past few years. It benefits from being particularly easy to pick up, and from having been designed as a language specifically for producing webpages. This means that choosing PHP as your implementation language allows you to build a dynamically-generated webpage quickly and easily.

However, it is not clear how well PHP scales for use in larger commercial websites. This paper examines the issues in trying to do so.

He invesigates topics like:

  • Separation of presentation from business logic
  • Areas where PHP's initial simplicity can actually make things more complicated
  • Using a team of developers to build a site

For each item, he looks in detail about what the topic is and how a manage/develoeper can get a handle on it. There are good and bad sides to all, but finding the right balance is key.

tagged: using large websites seperation of logic simplicity team using large websites seperation of logic simplicity team

Link:

Jim Plush's Blog:
Censorship at Zend??? Zend Encoder swept under the rug
Jan 09, 2006 @ 12:37:40

On Jim Plush's blog today, there's a new post as a follow up to his previous post concerning the Zend Encoder and some issues with sites that can decode its files.

I made a post on the Zend Forums asking for a statement on the decoding of Zend Encoded files.

Notice how there is NO MESSAGE. Why would they delete the text of my forum post? I was asking for a statement and a patch fix for a list of sites offering the decoding of encoded files. Is Zend trying to sweep this under the rug because they're looking to dump the encoder project and don't want to waste any money on fixing this issue? This doesn't look good for Zend PR.

It's definitely interesting to see that they removed the post - not just replied with a simple "We're looking into it" or "We're aware of the situation. Thank you for your input" kind of thing. Instead, they take the "what forum post?" approach. Well, Jim's posted another message that, as of the writing of this post, is still there, but unanswered...

tagged: zend encoder websites decode forum post delete zend encoder websites decode forum post delete

Link:

Jim Plush's Blog:
Censorship at Zend??? Zend Encoder swept under the rug
Jan 09, 2006 @ 12:37:40

On Jim Plush's blog today, there's a new post as a follow up to his previous post concerning the Zend Encoder and some issues with sites that can decode its files.

I made a post on the Zend Forums asking for a statement on the decoding of Zend Encoded files.

Notice how there is NO MESSAGE. Why would they delete the text of my forum post? I was asking for a statement and a patch fix for a list of sites offering the decoding of encoded files. Is Zend trying to sweep this under the rug because they're looking to dump the encoder project and don't want to waste any money on fixing this issue? This doesn't look good for Zend PR.

It's definitely interesting to see that they removed the post - not just replied with a simple "We're looking into it" or "We're aware of the situation. Thank you for your input" kind of thing. Instead, they take the "what forum post?" approach. Well, Jim's posted another message that, as of the writing of this post, is still there, but unanswered...

tagged: zend encoder websites decode forum post delete zend encoder websites decode forum post delete

Link:


Trending Topics: