Interface definition for the mvcViewHelper system. More »
Posted in MVC on 19 Nov 2009 @ 20:31
mvcViewHelper is an abstract class to be used for creating helper objects in the view system. Implementation is similar to Zend_View_Helper in that you extend this class to your helper, and then create a method named after what you want the helper to... More »
Posted in MVC on 19 Nov 2009 @ 20:31