What is the correct syntax for including an external js and external CSS file in CakePHP so that these files are included in the <head> from within a view?
By external I mean something like "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery-ui.css" but I want to place it conditionally in a single view.