Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
Doctrine does not use Active Record pattern, Propel and Eloquent do.

And other minor typos in a next sentence.
  • Loading branch information
hranicka committed Mar 27, 2017
1 parent 66b7c27 commit a54834f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_posts/2017/2017-03-27-why-is-doctrine-dying.md
Expand Up @@ -13,9 +13,9 @@ I've been thinking over 2 years about this post. I wasn't sure if it's only nega
## Doctrine is Awesome Tool

To be clear, I use Doctrine for many years and it is **the best ORM there is**. Of course there is [Propel ORM](http://propelorm.org/) and [Eloquent](https://laravel.com/docs/eloquent) from Laravel,
**but they don't use active record**.
**but they use active record**.

I'm not expert in databases, co active record might be actually useful patter, even architectonly, but I don't favor it now.
I'm not expert in databases, so active record might be actually useful pattern, even architectonly, but I don't favor it now.


## Doctrine is stuck in its Legacy, Unable to Evolve
Expand Down

0 comments on commit a54834f

Please sign in to comment.