Hello,

what is the simplest way to get a working Zend_View_Helper?

I init a clean project with Zend Tool and add a layout with Zend Tool.

Then I add a class in application/views/helpers/Sujet.php

class Zend_View_Helper_Sujet extends Zend_View_Helper_Abstract
{

    public function sujet()
    {
        return "I am the sujet view helper";
    }
}

In my layout script I call $this->sujet() without success.

Error: Zend_Loader_PluginLoader_Exception: Plugin by name 'Sujet' was
not found in the registry; used paths: ...

My Bootstrap.php is empty?

What must I change that it is working? Is it possible only to change the
application.ini?

Thanks
Andreas
PS: I just searching for the really simplest way :-).
-- 
Kraftl EDV - Dienstleistungen
Linux, Linuxschulungen, Webprogrammierung
Autofabrikstraße 16/6
1230 Wien

Reply via email to