HeadScript 구성 요소는 웹 페이지 시작 부분에 js 파일이나 js 코드를 소개하는 데 사용됩니다. JS 코드를 도입하고 설정하는 데 사용되는 방법은 다음과 같습니다.
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())
위 내용은 ZendViewHelperHeadscript 컴포넌트의 다양한 사용법을 소개하고 있으며, PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.