1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docs/Basic Components - Manager - Opening a new connection.php

4 lines
215 B
PHP
Raw Normal View History

2006-07-24 01:08:06 +04:00
In order to get your first application started you first
2006-08-22 02:55:11 +04:00
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.