1
0
mirror of synced 2025-01-17 22:11:41 +03:00

* Fixing previous breakage in grammar

This commit is contained in:
pookey 2007-07-12 12:58:30 +00:00
parent e92a519b3f
commit 22cdbd74c4

View File

@ -25,7 +25,7 @@ when using the previous query with parameters '%framework%' and '%framework%'
(this would be equivalent of 'find all news items whose title or content
contains word 'framework') the database would have to traverse through each row in the table, which would naturally be very very slow.
Doctrine solves this with it's search component and inverse indexes. First lets alter our definition a bit:
Doctrine solves this with its search component and inverse indexes. First lets alter our definition a bit:
<code type='php'>
class NewsItem extends Doctrine_Record