Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 76e84ab

Browse files
committed
[gentle-introduction] moved chapter 8 on Propel in Appendix A
1 parent 4da95a8 commit 76e84ab

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

gentle-introduction/en/08-Inside-the-Model-Layer-Doctrine.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Much of the discussion so far has been devoted to building pages, and processing
55

66
This chapter explains how to create an object data model, and the way to access and modify the data in Doctrine. It also demonstrates the integration of Doctrine in Symfony.
77

8+
>**TIP**
9+
>If you have want to use Propel instead of Doctrine, Appendix A contains the exact same information but for Propel users.
10+
811
Why Use an ORM and an Abstraction Layer?
912
----------------------------------------
1013

gentle-introduction/en/08-Inside-the-Model-Layer-Propel.markdown renamed to gentle-introduction/en/A-Inside-the-Model-Layer-Propel.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chapter 8 - Inside The Model Layer (Propel)
1+
Appendix A - Inside The Model Layer (Propel)
22
===========================================
33

44
Much of the discussion so far has been devoted to building pages, and processing requests and responses. But the business logic of a web application relies mostly on its data model. Symfony's default model component is based on an object/relational mapping layer. Symfony comes bundles with the two most popular PHP ORMs: [Propel](http://www.propelorm.org/) and [Doctrine](http://www.doctrine-project.org/). In a symfony application, you access data stored in a database and modify it through objects; you never address the database explicitly. This maintains a high level of abstraction and portability.

gentle-introduction/en/A-License.markdown renamed to gentle-introduction/en/B-License.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Appendix A - GNU Free Documentation License
1+
Appendix B - GNU Free Documentation License
22
===========================================
33

44
* Version 1.2, November 2002

0 commit comments

Comments
 (0)