1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Getting started - Working with existing databases - Introduction.php
meus 851e09f471 Fixed the Starting new Project page. Added a list of clients. Wrote a very
simple introduction to Import. Fixed some formating in Making the first import
2007-03-28 21:21:03 +00:00

4 lines
376 B
PHP

A common case when looking for ORM tools like Doctrine is that the database and the code that access it is growing large/complex. A more substantial tool is needed then manual SQL code.
Doctrine has support for generating Doctrine_Record classes from your existing database. There is no need for you to manually write all the Doctrine_Record classes for your domain model.