We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b881bea commit 3487157Copy full SHA for 3487157
book/propel.rst
@@ -4,10 +4,10 @@
4
Databases and Propel
5
====================
6
7
-Propel is an open-source Object-Relational Mapping (ORM) for PHP5 which
+Propel is an open-source Object-Relational Mapping (ORM) for PHP which
8
implements the `ActiveRecord pattern`_. It allows you to access your database
9
using a set of objects, providing a simple API for storing and retrieving data.
10
-Propel uses PDO as an abstraction layer, and code generation to remove the
+Propel uses PDO as an abstraction layer and code generation to remove the
11
burden of runtime introspection.
12
13
A few years ago, Propel was a very popular alternative to Doctrine. However, its
0 commit comments