Can Someone please Explain this two line used in CakePHP layout.ctp file. It seems both line used for adding css .Then what is the difference ? How they works.
$this->Html->css('cake.generic')
$this->fetch('css')
Can Someone please Explain this two line used in CakePHP layout.ctp file. It seems both line used for adding css .Then what is the difference ? How they works.
$this->Html->css('cake.generic')
$this->fetch('css')