1
0
mirror of synced 2025-01-31 12:32:59 +03:00
doctrine2/manual/docs/Basic Components - Manager - Opening a new session.php

4 lines
209 B
PHP
Raw Normal View History

2006-07-23 21:08:06 +00:00
In order to get your first application started you first
need to get an instance of Doctrine_Manager which handles all the sessions (database connections).
The second thing to do is to open a new session.