Hi,

Anyone ever tried adword api with cake before?

I got this problem, and don't know how to solve. Let say we have
KeywordsController in cake, and within this controller we create new
google keyword object, with new Keyword().

Then what happen was, the cakephp object Keyword, get overwritten by
google Keyword Object. When i comes to render the view, all the
viewVars show the value of google keyword object and return an error.

I tried to save the cakephp Object by using like :  $cakeObj =
serialize($this). I was thinking that I can re - overwrite google
keyword object with cakephp object, but don't know how exactly to do
this.

Any idea ?

Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to