Sunday, April 29, 2012

Append file CSS and JS in Zend Framework

Append file css

 $view->headLink()->appendStylesheet('/styles/styles_main.css')

Append file js

 $view->headScript()->prependFile('/scripts/jquery-1.7.1/jquery-1.7.1.js')


No comments:

Post a Comment