Re: Looking for suggestion to filter data in cakephp

2008-10-31 Thread [EMAIL PROTECTED]
A Mac coming from Obj-C... you must be just a little frustrated with phps OO support :) I put the models I have and a controller method, as an example, in the bin for you to take a look at and laugh at as you please. http://bin.cakephp.org/view/1027493569 The code can be re-factored and

Re: Looking for suggestion to filter data in cakephp

2008-10-30 Thread [EMAIL PROTECTED]
First I'll admit I did not read through all your code. But I think I get what you are doing. I created a filtering system about a year ago. I wanted/needed something that worked a bit like the find feature in Mac OS X Finder, or in some SQL-GUIs I have used. If you have see this you know what I

Re: Looking for suggestion to filter data in cakephp

2008-10-30 Thread mario
Thanks Martin. That gave me a bit of an idea of what I'm going to do. And yes I want to know the specific details on how you implemented it. It would also be good if I could see some snippets of your code (model,controller,view) to further understand what you're trying to explain. Btw, I'm