what is advantage of using headlink() to insert javascript and css in zend framework?
- by Andy
Documentation says to use headlink()-prependstylesheet() to insert css in the layout file. Also says to use to load the javascript files this way also. Why is this any better than just hard coding the link and script tag right in the header? I would think this is slower performance since its using the framework methods to do it. Using zend framework 1.10