1
0
mirror of synced 2025-02-14 11:13:17 +03:00
doctrine2/manual/docs/Runtime classes - Doctrine_Session.php

4 lines
238 B
PHP
Raw Normal View History

2006-07-23 21:08:06 +00:00
Doctrine_Session is a wrapper for database connection. It creates Doctrine_Tables and keeps track of all the created tables.
Doctrine_Session provides things that are missing from PDO like sequence support and limit/offset emulation.