A wrapper layer on top of PDO / Doctrine_Adapter
Doctrine_Connection is the heart of any Doctrine based application.
1. Event listeners
An easy to use, pluggable eventlistener architecture. Aspects such as
logging, query profiling and caching can be easily implemented through
the use of these listeners
2. Lazy-connecting
Creating an instance of Doctrine_Connection does not connect
to database. Connecting to database is only invoked when actually needed
(for example when query() is being called)
3. Convenience methods
Doctrine_Connection provides many convenience methods such as fetchAll(), fetchOne() etc.
4. Modular structure
Higher level functionality such as schema importing, exporting, sequence handling etc.
is divided into modules. For a full list of connection modules see
Doctrine_Connection::$_modules
| Package | Doctrine |
| Subpackage | Connection |
| License | http://www.opensource.org/licenses/lgpl-license.php LGPL |
| Link | www.phpdoctrine.org |
| Since | 1.0 |
| Version | $Revision: 5801 $ |
| Author | Konsta Vesterinen |
| Author | Lukas Smith |

