1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Runtime classes - Doctrine_Session.php

4 lines
244 B
PHP
Raw Normal View History

2006-08-22 02:55:11 +04:00
Doctrine_Connection is a wrapper for database connection. It creates Doctrine_Tables and keeps track of all the created tables.
Doctrine_Connection provides things that are missing from PDO like sequence support and limit/offset emulation.
2006-07-24 01:08:06 +04:00