Errata for the german symfony book updated

9. December 2008 in General

Hello all,i just updated the errata for my german symfony book, so all know errors are listed. You can find it here. If you have found more errors please tell me, so i can provide all readers of the book with this information. Timo  

3 responses to Errata for the german symfony book updated

  1. Hi Timo,

    the link to amazon is broken. Thanks for updating the errata :)

  2. Thanks. I updated the link

  3. Seite 50 Abb 4.3: erzeugt Fehlermeldung: … __toString() …
    Abhilfe: Buch.php (Projektverzichnis/lib/model/) ergänzen.

    Sollte dann so aussehen:

    class Buch extends BaseBuch
    {
    // Neue Function einfügen
    public function __toString()
    {
    return $this->getId(); // holt Id aus Buchtabelle
    }

    }

Leave a reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>