Configuration - Introduction.php 126 Bytes
Newer Older
1 2 3 4 5
<?php
$manager = Doctrine_Manager::getInstance();

$manager->setAttribute(Doctrine::ATTR_LISTENER, new MyListener());
?>