Configuration - Introduction.php 139 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
$manager = Doctrine_Manager::getInstance();

$manager->setAttribute(Doctrine::ATTR_LISTENER, new MyListener());
</code>