Re: method find using regex

2008-08-31 Thread Luigi Castro Cardeles
On Aug 30, 10:03 pm, Rafael Bandeira aka rafaelbandeira3 <[EMAIL PROTECTED]> wrote: > > athttp://book.cakephp.org/view/73/retrieving-your-data, is some info > > about usind find with regex (at conditions param). I can't find one > > example of usage and there is nothing at the docs. Someone can gi

Re: method find using regex

2008-08-30 Thread Rafael Bandeira aka rafaelbandeira3
> athttp://book.cakephp.org/view/73/retrieving-your-data, is some info > about usind find with regex (at conditions param). I can't find one > example of usage and there is nothing at the docs. Someone can give a > example of usage? I actually didn't understand what you want but if you want to us

Re: method find using regex

2008-08-30 Thread Joel Perras
In the context of a model find operation, REGEX is an SQL function. You need to take a look at the manual for your database to determine the correct usage. If you're using MySQL, you can check out: http://tinyurl.com/chqcu -jperras. On Aug 30, 3:35 pm, Luigi Castro Cardeles <[EMAIL PROTECTED]>

method find using regex

2008-08-30 Thread Luigi Castro Cardeles
Hi list, at http://book.cakephp.org/view/73/retrieving-your-data, is some info about usind find with regex (at conditions param). I can't find one example of usage and there is nothing at the docs. Someone can give a example of usage? Thanks --~--~-~--~~~---~--~~