Reputation: 49
What is the difference between to these in cake php?
$this->fetch('title');
$this->extend('/Common/view');
$this->element('shop/cart.ctp');
Upvotes: 1
Views: 78
Reputation: 1623
You can learn lots from this online book/page:
http://book.cakephp.org/2.0/en/views.html
Hope it will help you!
Upvotes: 2
Reputation: 2052
Upvotes: 2