CakePHP

echo $this->Html->script( 'test.js');

生HTML

<script src="/js/test.js"></script>

webroot/js/test.jsを参照