Note that there are some explanatory texts on larger screens.

plurals
  1. POzend framework cannot find helper view file. Get 'Plugin by name was not found' error
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI've always had to use `$this->helper()` to make it work. Also my view helpers are all `Zend_View_Helper_MyHelper` (maybe try a rename) although I don't put them in the library, I keep them in `/views/helpers` to keep things simple. You didn't mention if you added the `autoloaderNamespaces[] = MY_` to your application.ini. Not sure if that would be a factor or not.
      singulars
    2. CO@RockyFord It may be that you always have to use `$this->helper()` because you are naming your classes `Zend_View_Helper_XXX` (if I read that correctly). Only classes officially belonging to ZF should be prefixed with `Zend_` or `ZendX_` (See [ZF Naming Conventions](http://framework.zend.com/manual/en/coding-standard.naming-conventions.html)). It might have to do with the autoloader looking in the Zend directories for your helper classes.
      singulars
    3. CO@drew010 I should said `$this->MyHelper()` prefixing with `Zend_View_Helper_XXX` is the default. So I don't have to register a new helper path. They are stored in any of my `/views/helpers` directories. Someday I'll put them all in one place, when I cleanup the application. Also the question has been cleaned up since I posted, so my post makes less sense :)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload