1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/en/configuration/introduction.txt
2007-10-17 21:16:49 +00:00

6 lines
138 B
Plaintext

<code type="php">
$manager = Doctrine_Manager::getInstance();
$manager->setAttribute(Doctrine::ATTR_LISTENER, new MyListener());
</code>