Development

Changeset 5014

You must first sign up to be able to contribute.

Changeset 5014

Show
Ignore:
Timestamp:
09/09/07 11:28:10 (6 years ago)
Author:
francois
Message:

sfPropelSpamTagBehaviorPlugin Fixed typo in README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelSpamTagBehaviorPlugin/README

    r5013 r5014  
    11= sfPropelSpamTagBehaviorPlugin plugin = 
    22 
    3 The `sfPropelSpamTagBehaviorPlugin` is a symfony plugin that provides a new Propel behavior. 
    4  
    5 If you enable this behavior for one of your model class, all objects of this class with the attribute `is_spam` set to `true` will no longer appear on database requests. 
    6 etion. 
     3The `sfPropelSpamTagBehaviorPlugin` is a symfony plugin that provides a new Propel behavior related to spam filtering on records. If you enable this behavior for one of your model class, all objects of this class with the attribute `SpamTag` set to more than `1` will no longer appear on database queries. 
    74 
    85== Installation == 
     
    2017}}} 
    2118 
    22   * If you use symfony 1.0, change one builder class in `propel.ini` to avoid a bug in behaviors (not necessary in sf1.1): 
     19  * If you use symfony 1.0, change one builder class in `propel.ini` to avoid a bug in behaviors (not necessary in symfony 1.1): 
    2320 
    2421{{{