Minor spelling correction & grammatical formatting
This commit is contained in:
parent
a9dfe1e10e
commit
46be81115a
@ -7,7 +7,7 @@ Getting Started: Database First
|
|||||||
start with developing Objects and then map them onto your database. When
|
start with developing Objects and then map them onto your database. When
|
||||||
you :doc:`Model First <getting-started-models>`, you are modelling your application using tools (for
|
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.
|
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
|
When you have a :doc:`Database First <getting-started-database>`, you already have a database schema
|
||||||
and generate the corresponding PHP code from it.
|
and generate the corresponding PHP code from it.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@ -18,10 +18,10 @@ Development of new applications often starts with an existing database schema.
|
|||||||
When the database schema is the starting point for your application, then
|
When the database schema is the starting point for your application, then
|
||||||
development is said to use the *Database First* approach to Doctrine.
|
development is said to use the *Database First* approach to Doctrine.
|
||||||
|
|
||||||
In this workflow you would always do changes to the database schema and then
|
In this workflow you would modify the database schema first and then
|
||||||
regenerate the PHP code to use with this schema. You need a flexible
|
regenerate the PHP code to use with this schema. You need a flexible
|
||||||
code-generator for this task and up to Doctrine 2.2, the code generator hasn't
|
code-generator for this task and up to Doctrine 2.2, the code generator hasn't
|
||||||
been flexible enough to achieve this.
|
been flexible enough to achieve this.
|
||||||
|
|
||||||
We spinned of a subproject Doctrine CodeGenerator that will fill this gap and
|
We spinned off a subproject, Doctrine CodeGenerator, that will fill this gap and
|
||||||
allow you to do *Database First* development.
|
allow you to do *Database First* development.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user