If you googled it and didn't find it, perhaps it's not there. The good news is that you can write the component/helper yourself. CakePHP rests on top of PHP, that means anything you can do in PHP is doable in cakePHP. So, what you need to do is either to include the WorldPay into your application using require_once() or include_once() or something like that, or as an alternative, you can write your own component/helper that wraps around WorldPay, and then include that component/helper.
-Victor On Apr 22, 7:25 am, Alex Bovey <[email protected]> wrote: > Hi all, > > Does anyone know of a WorldPay component available for CakePHP? All > I've really found is bakepay which doesn't seem to be complete: > > http://cakeforge.org/projects/bakepay/ > > Thanks all, > > Alex > > Check out the new CakePHP Questions sitehttp://cakeqs.organd 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 [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > athttp://groups.google.com/group/cake-php?hl=en 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
