Re: book recommendation for experienced programmer?

From: Jochen Buennagel (zang.NOSPAM_at_buennagel.com)
Date: 12/17/03


Date: Wed, 17 Dec 2003 07:49:12 +0100

NotGiven wrote:
> What book do you recommend help take me there? A book that would not
> necesarily be a reference but a coach teaching me, presenting me with
> different problems and telling me how a PHP expert would solve the problem.

Most PHP books are either pretty basic or just a beefed up reference, so
I mostly reed non-PHP books now that really help me, like the ones
Martin Fowler writes (read "Refactoring" and "Pattrns of Enterprise
Application Architecture"), or "The Pragmatic Programmer" by Hunt/Thomas
(highly recommended).

Of the PHP variety, I can recommend "Core PHP Programming, 3rd ed." by
Atkinson/Surasky, which is a reference but goes very deep into the usage
of various (families of) functions, gives optimizing hints etc.

The other one is the "PHP Cookbook" by Sklar/Trachtenberg, which
contains a lot of recipies for common and not-so-common problems.

Jochen



Relevant Pages

  • Re: Switch() Statement Not Working
    ... You are talking nonsense. ... O'Reilly reference: ... This is recommended in the FAQ only because all other books are worse. ... recommend it. ...
    (comp.lang.javascript)
  • Re: PHP5 and class inheritance question
    ... A handle is not a pointer. ... a handle in php lets php lookup an entry in the symbol table. ... handle points to a symbol table entry where information is stored. ... as for pointer v. reference in a specific ...
    (comp.lang.php)
  • Re: Are arguments that are objects passed by reference?
    ... call-by-reference is exactly what PHP does and it is ... reference to the argument, rather than a copy of its value. ... What I would have said as a C programmer is that given the outcome: ...
    (comp.lang.javascript)
  • Re: Need recommendation for web development software
    ... Can you give examples of good websites? ... search & replace across multiple files, intenting & color highlighting for PHP coding... ... Keep everything clean and properly indented & you will be fine. ... I'd recommend something like php based 'gallery' which generates dynamic pages on the server so it's easier to integrate changes when you make improvements or changes to the site. ...
    (alt.photography)
  • possible bug with recursive array references
    ... I am using PHP 5.0.4 with Apache 2, ... creates the reference when it is being assigned to an array element ... existing reference and avoids the problem. ... The only difference is the reference assignment at the beginning of the ...
    (comp.lang.php)

Loading