Development

#3106 (Mistake in listing 10.6 of Symfony Book)

You must first sign up to be able to contribute.

Ticket #3106 (closed documentation: fixed)

Opened 9 months ago

Last modified 9 months ago

Mistake in listing 10.6 of Symfony Book

Reported by: athabus Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.10
Keywords: Cc:
Qualification: Accepted

Description

I have found mistake in listing 10.6 in Symfony Book At the moment there is: $author->fromArray($this->getRequest()->getParameterHolder()->getAll(),AuthorPeer::TYPE_FIELDNAME);

But AuthorPeer? has no constant TYPE_FIELDNAME. So there should be BasePeer::TYPE_FIELDNAME

Change History

03/13/08 13:32:58 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.
  • qualification changed from Unreviewed to Accepted.

yep, you are right. fixed in r7856 for 1.0 and 1.1 version of the book