Simple Search Engine

2013-04-15 Thread Reza Talamkhani
hi, I need my website search all content about user query... contents that be searched is news table, articles table, etc. I do'nt know how to implement this that easiest local search... please help me. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Re: simple search engine

2007-10-02 Thread francky06l
Look at documentation, especially the $this-User-findAll method. Use array('field1' = value, 'field1' = value) as first parameter of findAll. That should be enough to accomplish this very basic query (as well as very documented). On Oct 2, 10:44 pm, sixlaneve [EMAIL PROTECTED] wrote: Any