Ankur

Ankur

How To Make Link On Image In CakePHP

Hi Friends, After long time I am writing post. In this article I will tell you how to make link on image via in cakePHP. Making Link in cakePHP is easy but sometime we have to make link on image…

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…