Re: Get keyword from Search Engine

2009-09-24 Thread igorfelluga
Thanks ! I put a if with $this->params['requested'], now is working On 24 Set, 12:22, "Dr. Loboto" wrote: > Check $this->params['requested'] in beforeFilter. If it is set and > true, you are processing requestAction this time. > > On Sep 24, 2

Re: Get keyword from Search Engine

2009-09-24 Thread igorfelluga
d is called multiple times for one http > request ... > > On Thu, Sep 24, 2009 at 9:56 AM, Bert Van den Brande wrote: > > > Don't you mean "beforeFilter" from "app_controller" ? > > "app_model" has no "beforeFilter". > > &

Get keyword from Search Engine

2009-09-24 Thread igorfelluga
Hi I did a component to get/save the search engine keyword if same one arrive from google,msn,yahoo. I call it in app_model with beforeFilter. The problem is that in home page or wherever it save the same keywords group more than one time. I think that happen because the page call 2/3/4 controller