Working with objects - Component overview - Db - Chaining listeners.php 336 Bytes
Newer Older
zYne's avatar
zYne committed
1 2 3 4 5 6 7
Doctrine_Db supports event listener chaining. It means multiple listeners can be attached for 
listening the events of a single instance of Doctrine_Db. 
<br \><br \>
For example you might want to add different aspects to your Doctrine_Db instance on-demand. These aspects may include
caching, query profiling etc.
<br \><br \>