News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
feed this:

PHP in Action Blog:
I want enums in PHP
May 12, 2008 @ 08:41:16

I want Enums in PHP

That's how this new post on the PHP in Action blog starts this morning. The one thing that he wants is enumeration support in PHP. He shows how it can currently come close with a "roles" system:

Useful examples I've encountered in web programming are states or stages in a process and user roles. Another kind of example is one I used in PHP In Action: an authorization system with three fixed roles or categories of user: regular, webmaster and administrator.

He sets up an example class that sets constants for the different access levels rather than just relying on strings to handle it (which, as he points out, could very easily be misspelled and not throw any kind of error) .

1 comment voice your opinion now!
enumeraction enum phpinaction multiple value constant



Zend Developer Zone:
PHP Abstract Podcast Episode 26 PHP in Action
November 22, 2007 @ 20:25:00

The Zend Developer Zone has released a new episode of their PHP Abstract podcast. They tried something new this time - a book review.

Today we are going to do something a little different. I've got books stacking up here that need reviewing, so I'm going to start interjecting book reviews into the podcast stream. [...] This week's book is "PHP in Action" by Manning Publications.

You can grab the mp3 of the podcast directly from the site or you can add the podcast's feed to your aggregator of choice and get this and other great episodes.

0 comments voice your opinion now!
phpabstract podcast phpinaction book review manning publishing phpabstract podcast phpinaction book review manning publishing


PHP in Action Blog:
PHP in Action Book in Print
July 26, 2007 @ 07:05:00

The PHP in Action blog has a new note about something that's been a long time coming - the release of the print version of their book.

Again a somewhat belated announcement: PHP in Action is in print. [...] Strenuously objective as always, I have to say that it's a pretty good book. I've had to read it about fifteen times already, and I still sort of enjoyed it the last time.

You can get more information on the book from its page on the Manning Publishing website as well as purchase a copy - $39.99 USD for the print version (plus PDF ebook) or just $20.00 USD for the PDF ebook by itself.

0 comments voice your opinion now!
phpinaction book print ebook pdf phpinaction book print ebook pdf


Community News:
PHP in Action Book Released
July 03, 2007 @ 15:23:00

In a note from the PHP in Action blog, they point out the release of their ebook in PDF format:

Manning Publications has released the book PHP In Action as ebook in PDF format. I wrote it with help from my co-authors Marcus Baker and Chris Shiflett. The print version is due out June 30.

You can order both the ebook only or a combo of the ebook plus the print version directly from Manning.

0 comments voice your opinion now!
phpinaction eboook print order release phpinaction eboook print order release


Raphael Stolt's Blog:
PHP in Action book review
May 23, 2007 @ 07:54:00

Raphael Stolt has posted a book review of one of Manning Publishing's PHP-related books, "PHP in Action: Modern Software Practices for PHP".

Over the last few days I got the chance to skim through the upcoming Manning release "PHP in Action: Modern Software Practices for PHP" by Dagfinn Reiersøl et al. The reviewed book is seperated into four main parts, covering lots of interesting topics in a good and fluent writing style.

Raphael outlines the book, mentioning the four parts the book is divided up into:

  • Basic PHP tools and concepts
  • Developing applications via Test Driven Development
  • Web presentation and user interfaces
  • Object-oriented development including things like database abstraction
Raphael gives the book a positive rating and recommends it for anyone that has the basics down and is looking to extend their knowledge that much more.

0 comments voice your opinion now!
bookreview phpinaction section testdrivendevelopment userinterface bookreview phpinaction section testdrivendevelopment userinterface


Zend Developer Zone:
PHP in Action - Chapter 7, Design Patterns. Part - III
March 06, 2007 @ 12:13:00

The Zend Developer Zone has posted the final part of their excerpts from the Manning Publishing book "PHP in Action" today with part three of the Design Patterns chapter.

You know you've been waiting for it, here it is. The final installment of Chapter 7 of PHP in Action by Dagfinn Reiersol. Without further comment, here's the introduction to this section in Dagfinn's own words: "In this section we discuss an Iterator and a Composite."

Dagfinn briefly mentions what the two patterns are about - a "canned loop" and making tree structures easy. Check out the PDF for the remainder of the chapter.

0 comments voice your opinion now!
phpinaction book excerpt manningpublishing pdf designpattern phpinaction book excerpt manningpublishing pdf designpattern


Zend Developer Zone:
PHP in Action - Chapter 7, Design Patterns. Part - II
February 27, 2007 @ 12:24:00

On the Zend Developer Zone, there's a new post pointing to the second part of their look at the Manning Publishing book "PHP in Action".

If you've been anxiously awaiting part two of this series then your wait is over. Here's a short introduction to the section part of this series written by the author of the book, Dagfinn Reiersol. I had the privilege of meeting Dagfinn at phpuk last week. Below the introduction is the link I know you've been waiting for.

The new PDF they link to focus on two different patterns - the Decorator (a wrapper class) pattern and the Null Object (an object that works like the others but does nothing behind the scenes) pattern.

0 comments voice your opinion now!
manningpublishing phpinaction book excerpt designpattern decorator nullobject manningpublishing phpinaction book excerpt designpattern decorator nullobject


Rob Allen's Blog:
PHP UK Conference 2007
February 26, 2007 @ 09:04:00

Those that didn't get a chance to check out this year's PHP UK Conference can get a little taste of what it was like from Rob Allen's perspective in his latest blog post today.

Included in the happenings he mentions were the talk that Cal Evans of the Zend Developer Zone gave on mashups, Kevin Henney's look at Object Orientation, and Rasmus Lerdorf's look at PHP5 performance/security. He also mentions meeting up with Dagfinn Reiersol (author of PHP in Action) to "talk shop" a bit about writing books.

You can check out all of the details about the conference that was over on their website including summaries of the talks that were given during this jam-packed one day event.

0 comments voice your opinion now!
ukphpcon2007 lookback talks meet book phpinaction author ukphpcon2007 lookback talks meet book phpinaction author


Zend Developer Zone:
PHP in Action - Chapter 7, Design Patterns. Part - I
February 12, 2007 @ 16:04:59

On the Zend Developer Zone, Cal Evans has posted a quick look at one of the new offerings from the Manning Publishing group - "PHP in Action".

My buddy Olivia over at Manning Publications sent us a present recently. They are working on the title PHP in Action and they sent us a chapter to share with you. PHP in Action is scheduled to release in April of this year but it's available now in "Manning Early Release Program", or MEAP. MEAP is a cool program that allows you to buy the book long before it is released and have access to the chapters as they are released. Then, when the final dead-tree edition ships, they will send you one. The great thing is, there is no additional cost for MEAP.

He links to the book's description on the Manning site and gives some credit to the authors, Dagfinn Reiersol with Marcus Baker and Chris Shiflett. And, of course, the link to the sample chapter from the book - a look at Design Patterns.

2 comments voice your opinion now!
book review manning publishing design pattern phpinaction book review manning publishing design pattern phpinaction



Community Events









Don't see your event here?
Let us know!


framework symfony opinion joomla feature job sqlserver zendframework windows drupal extension microsoft release wordpress codeigniter conference developer podcast facebook performance

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework