* Fixing previous breakage in grammar
This commit is contained in:
parent
e92a519b3f
commit
22cdbd74c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user