Skip to content

Commit 3487157

Browse files
committed
Fixed issues reported by @xabbuh
1 parent b881bea commit 3487157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/propel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Databases and Propel
55
====================
66

7-
Propel is an open-source Object-Relational Mapping (ORM) for PHP5 which
7+
Propel is an open-source Object-Relational Mapping (ORM) for PHP which
88
implements the `ActiveRecord pattern`_. It allows you to access your database
99
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
10+
Propel uses PDO as an abstraction layer and code generation to remove the
1111
burden of runtime introspection.
1212

1313
A few years ago, Propel was a very popular alternative to Doctrine. However, its

0 commit comments

Comments
 (0)