Development

#4113 (typo in readme)

You must first sign up to be able to contribute.

Ticket #4113 (closed documentation: fixed)

Opened 5 years ago

Last modified 4 years ago

typo in readme

Reported by: consist Assigned to: fabien
Priority: minor Milestone:
Component: sfPropelParanoidBehaviorPlugin Version: 1.0.17
Keywords: Cc:
Qualification: Unreviewed

Description

typo in the readme

Usage

Here are some examples of Propel calls and the generated SQL:
$article = Article::retrieveByPK(1);
Article::retrieveByPK(1)

should be

ArticlePeer::retrieveByPK(1)

Change History

02/26/09 15:27:33 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [15816]) [sfPropelParanoidBehaviorPlugin] fixed typo (closes #4113)