Cakephpdocs 40

Category3 Basic User <-> CakePHP application interactions
Code ExamplesUsers will most often interact with your Cake application in one of three ways: 1) by making a simple page request; 2) by submitting a form of some kind; 3) or by sending page or form requests asynchronously (also described as Ajax processes).
Test Code
Links
Remarks
Cancel