Category
Rob Allen’s Blog: A View Stream with Zend_View
Rob Allen has posted about a small modification that he made to his Zend Framework setup that allows for a little safer echoing of information out to the View later of an application.
One of my biggest issues with using PHP as the templating engine in View scripts is that the easiest way to echo a […]
Popularity: unranked [?]
Rob Allen’s Blog: A review of “Object-Oriented Programming with PHP5″
Rob Allen has posted his review of another PHP-related book from Packt Publishing, “Object-oriented Programming with PHP5″:
Packt Publishing recently sent me a couple of books to review, so let’s start with Object-Oriented Programming with PHP5 by Hasin Hayder. According to the introduction, the book is intended for beginners to intermediate PHP5 programmers and the first […]
Popularity: unranked [?]
Rob Allen’s Blog: New Zend Framework Blog/Website
As a part of the release of the new book from Manning Publishing, Zend Framework in Action, Rob Allen has created a new site to act as a companion and to host new Zend Framework-related articles - ZendFrameworkBook.com.
The intention is to highlight interesting things that I see on the Zend Framework mailing lists and also […]
Popularity: unranked [?]
Rob Allen’s Blog: A review of “Learning PHP Data Objects”
Rob Allen has posted a review of the Packt Publishing book “Learning PHP Data Objects” over on his blog today:
Packt Publishing recently sent me a couple of books to review. This post is about the second one I received, Learning PHP Data Objects by Dennis Popel. I was excited to receive this book as PDO […]
Popularity: unranked [?]
Rob Allen’s Blog: Simple Zend_Form Example
Rob Allen has posted an example - a “super simple, complete example” of how to use the Zend_Form component of the Zend Framework to create a basic contact form.
Following on from the Simple Zend_Layout Example, Zend_Form is now in the trunk, so here’s a super simple, complete example that shows it in action.
He includes screenshots […]
Popularity: unranked [?]