How to integrate external scripts with zend framework ?



How to integrate external scripts with zend framework ?..

Answer / Varun Yadav

You can include external scripts in your Zend Framework project by adding them to the head section of your layout or view script. Use the following code snippet: `echo $this->headScript()->appendFile('path/to/your/script.js');`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Writing a subquery using zend db?

1 Answers  


How we can add custom view helpers to zend framework 2?

1 Answers  


What new in zend framework 2.0?

1 Answers  


What is a zend framework and why it is used?

1 Answers  


How to fetch last inserted id, fetch all record,find and fetch a single record.

1 Answers  


What is the difference between redirect and forward in zend framework?

1 Answers  


What is zend framework in php?

1 Answers  


How do I implement direct identity based openid authentication with zend openid?

1 Answers  


What is zend_filter?

1 Answers  


How do you set module name, controller name, and action name in zend framework?

1 Answers  


How to create model file in zend framework?

1 Answers  


What are the features of mvc in zend framework?

1 Answers  


Categories