Changeset 4598
- Timestamp:
- 06/29/08 07:36:34 (6 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Query/Abstract.php
r4573 r4598 1064 1064 1065 1065 // Trigger preDql*() callback event 1066 $params = array('component `' => $component, 'alias' => $alias);1066 $params = array('component' => $component, 'alias' => $alias); 1067 1067 $event = new Doctrine_Event($record, $callback['const'], $this, $params); 1068 1068