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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -