I'm trying to use a View helper inside a view. I put
echo $this->formCheckbox('foo');
görünümünde, ancak bu hataları dışarı ve bana söyler FormCheckbox.php / application / modules / user / views / yardımcıları / FormCheckbox.php bulunamıyor. Neden / Zend / Görünüm / Helper Zend_View_Helper_FormCheckbox yükleniyor değil mi? Manuel devletler
The default helper path always points to the Zend Framework view helpers, i.e., 'Zend/View/Helper/'. Even if you call setHelperPath() to overwrite the existing paths, this path will be set to ensure the default helpers work.