1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - Manager - Opening a new connection.php
2007-02-23 20:54:10 +00:00

4 lines
215 B
PHP

In order to get your first application started you first
need to get an instance of Doctrine_Manager which handles all the connections (database connections).
The second thing to do is to open a new connection.