|
Error in the documentation: msg#00142php.zend.framework.mvc
There are some errors in the documentation : In the 48.12 Example : http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial.headscript |<?php // Putting scripts in order // place at a particular offset to ensure loaded last $this->headScript()->offsetSetScript(100, '/js/myfuncs.js'); // use scriptaculous effects (append uses next index, 101) $this->headScript()->appendScript('/js/scriptaculous.js'); // but always have base prototype script load first: $this->headScript()->prependScript('/js/prototype.js'); ?> | Should be : |<?php // Putting scripts in order // place at a particular offset to ensure loaded last $this->headScript()->offsetSetFile(100, '/js/myfuncs.js'); // use scriptaculous effects (append uses next index, 101) $this->headScript()->appendFile('/js/scriptaculous.js'); // but always have base prototype script load first: $this->headScript()->prependFile('/js/prototype.js'); ?> | |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Can't log into Zend's Websites: 00142, Wil Sinclair |
|---|---|
| Next by Date: | Re: Error in the documentation: 00142, Josh Team |
| Previous by Thread: | Can't log into Zend's Websitesi: 00142, Apsy |
| Next by Thread: | Re: Error in the documentation: 00142, Josh Team |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |