OAuth Serving

2009-08-24 Thread eusef
Hi all, Has anyone had any experince with putting together an OAuth server for an existing service using a library for PHP or a component for Cake? T.I.A. Phil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakeP

Re: PayPal Website Payments Pro integration

2009-08-17 Thread eusef
Dave, Just wondering, what's your interest in the PayPal Pro? Anders, what about you? On Aug 17, 4:54 pm, anders als wrote: > I am currently working on some PayPal, Auction Stuff with cake, but i > did not get any results > > On Aug 17, 5:14 pm, "Dave Maharaj :: WidePixels.com" > > > > wrote:

Wrapping a Vendor PHP API into a Model for Validation Coolness?

2009-08-12 Thread eusef
Hi all, I'm looking at taking an existing PHP library (that acceses external data through SOAPish requests) and creating a Model for it (accessible to my Controller). I'm not sure if this is the best approach though. I thought I would look to you all for some thoughts. The goal is to : Simply a

Re: Calling save attempts to insert instead of update

2009-08-12 Thread eusef
If you know which field you need to update perhaps you could try using : saveField(string $fieldName, string $fieldValue, $validate = false) From : http://book.cakephp.org/view/75/Saving-Your-Data GL - Phil On Aug 11, 8:03 pm, tron wrote: > I have a problem with one specific controller