Home >Backend Development >PHP Tutorial >How to use the ZendViewHelperHeadscript component

How to use the ZendViewHelperHeadscript component

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-08-08 09:25:331166browse

HeadScript component is used to introduce js files or js code at the beginning of the web page. The methods used to introduce and set up js code are:

appendFile($src, $type = ’text/javascript’, $attrs = array())
offsetSetFile($index, $src, $type = ’text/javascript’, $attrs = array())
prependFile($src, $type = ’text/javascript’, $attrs = array())
setFile($src, $type = ’text/javascript’, $attrs = array())
appendScript($script, $type = ’text/javascript’, $attrs = array())
offsetSetScript($index, $script, $type = ’text/javascript’, $attrs =array())
prependScript($script, $type = ’text/javascript’, $attrs = array())
setScript($script, $type = ’text/javascript’, $attrs = array())

The above introduces how to use the ZendViewHelperHeadscript component, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn