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