I am new to cakephp. Please bear with me. I want to know what is the difference between
$this->Html->link();
And
$this->Form->postLink();
As i have seen both of them will output anchor tag only. What makes the use of postLink() over link() ????