1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docs/en/_old-docs/Runtime classes - Doctrine_Manager.php

3 lines
203 B
PHP
Raw Normal View History

Doctrine_Manager is the base component of Doctrine ORM framework. Doctrine_Manager is a colletion of Doctrine_Connections. All the new connections are being
opened by Doctrine_Manager::openConnection().