On Tue, 23 Feb 2010 14:34:53 +0800, Ross <[email protected]> wrote:
If i place a file named, say Test.php in views/helpers/ how should I name the class so that it is autoloaded? I tried Default_View_Helper_Test or View_Helper_Test but it didn't work.
I think you should name it as "Zend_View_Helper_Test" and with a method named "test".
HTH -- Dasn
