Month May 2010

CakePHP : How To Not Include Layout In A View

Hello Friends, A layout contains presentation code that wraps around a view. Anything you want to see in all of your views should be placed in a layout.So your every view is wrapped by one layout,If you are not using…

Paypal : Paypal NVP API Transaction Examples

Hello Friends, yesterday I have implemented Paypal NVP Api in CakePHP with by DoDirectPayment. Do Direct payment means do payment with credit card without leaving website. In this you have to enter credit card details and booking address and then…