Skip to content

Commit cbe13fd

Browse files
committed
Removing "The Model". It was causing escaping problems, and I don't think it's really necessary to point out that this is the model (when technically it really isn't completely the model).
See #1264 and #1307
1 parent 833a86c commit cbe13fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Doctrine
33

4-
Databases and Doctrine ("The Model")
5-
====================================
4+
Databases and Doctrine
5+
======================
66

77
Let's face it, one of the most common and challenging tasks for any application
88
involves persisting and reading information to and from a database. Fortunately,

book/propel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Propel
33

4-
Databases and Propel ("The model")
5-
==================================
4+
Databases and Propel
5+
====================
66

77
Let's face it, one of the most common and challenging tasks for any application
88
involves persisting and reading information to and from a database. Symfony2

0 commit comments

Comments
 (0)