Commit 22cdbd74 authored by pookey's avatar pookey

* Fixing previous breakage in grammar

parent e92a519b
...@@ -25,7 +25,7 @@ when using the previous query with parameters '%framework%' and '%framework%' ...@@ -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 (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. 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'> <code type='php'>
class NewsItem extends Doctrine_Record class NewsItem extends Doctrine_Record
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment