Changeset 5014
- Timestamp:
- 09/09/07 11:28:10 (6 years ago)
- Files:
-
- plugins/sfPropelSpamTagBehaviorPlugin/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelSpamTagBehaviorPlugin/README
r5013 r5014 1 1 = sfPropelSpamTagBehaviorPlugin plugin = 2 2 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. 3 The `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. 7 4 8 5 == Installation == … … 20 17 }}} 21 18 22 * If you use symfony 1.0, change one builder class in `propel.ini` to avoid a bug in behaviors (not necessary in s f1.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): 23 20 24 21 {{{