php - How to create layout in Zend Framework? -
i trying create dashboard in zend framework css , java script not working?
create folder in public directory assets. add below code in view file.
<?php $this->headlink() ->prependstylesheet($this->baseurl('assets/css/style.css')); $this->headscript() ->prependfile($this->baseurl('assets/js/script.js')) ?>
note: change file names file names.
Comments
Post a Comment