1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Update en/tutorials/getting-started.rst

This commit is contained in:
Arnaud Kleinpeter 2012-11-07 22:31:40 +01:00
parent f4cdded06c
commit 9f898b0b90

View File

@ -8,7 +8,7 @@ Getting Started: Code First
you :doc:`Model First <getting-started-models>`, you are modelling your application using tools (for
example UML) and generate database schema and PHP code from this model.
When you have a :doc:`Database First <getting-started-database>`, then you already have a database schema
and generate the correspdongin PHP code from it.
and generate the corresponding PHP code from it.
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.0+ that provides
transparent persistence for PHP objects. It uses the Data Mapper pattern at