Development

#3375 (error in documentation)

You must first sign up to be able to contribute.

Ticket #3375 (closed documentation: fixed)

Opened 8 months ago

Last modified 8 months ago

error in documentation

Reported by: klemens_u Assigned to: xavier
Priority: minor Milestone:
Component: sfPropelActAsTaggablePlugin Version: 1.0.13
Keywords: Cc:
Qualification: Accepted

Description

In http://trac.symfony-project.com/wiki/sfPropelActAsTaggableBehaviorPlugin under 'Retrieving objects, based on their tags', 'gets a criteria that permits to select objects tagged with one or several specific tags' it should read

$criteria = TagPeer::getTaggedWithCriteria('Post', 'tutu, toto');

instead of

$criteria = TagPeer::getTaggedWithCriteria('Post', 'tutu, toto', array('model' => 'Post'));

BTW: Thanks for the great plugin!

Change History

04/21/08 11:39:27 changed by xavier

(In [8579]) [sfPropelActAsTaggableBehaviorPlugin]: fixed bug in documentation, refs #3375

04/21/08 11:40:17 changed by xavier

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