Changeset 4880
- Timestamp:
- 09/08/08 19:51:35 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Template/Listener/SoftDelete.php
r4563 r4880 98 98 99 99 /** 100 * Implement preDql Delete() hook and add the deleted flag to all queries for which this model100 * Implement preDqlSelect() hook and add the deleted flag to all queries for which this model 101 101 * is being used in. 102 102 *