CakePHP : Difference between " $this->fetch('css') & $this->Html->css('cake.generic') in cake php

Viewed 8148

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') 
1 Answers
Related