Is library in include path? How are you finding it, do you use autoload? Regards, Sasa Stamenkovic.
Elia C. wrote: > > I create Admin folder in library path, moved AdminControllerAction.php in > that folder, then > I have renamed AdminControllerAction class in Admin_AdminControllerAction > and declare Admin_IndexController extends Admin_AdminControllerAction. > > It can NOT found it again! > > (I think i have to use Zend_Application_Module_Bootstrap) > > > umpirsky wrote: >> >> Hi. >> >> Here is one way to do it. If you have your lib in library folder, for >> example My, move it there and rename to My_ AdminControllerAction. >> >> Regards, >> Sasa Stamenkovic. >> > > -- View this message in context: http://www.nabble.com/Using-Zend-Action-Controller-Subclass-tp23761046p23761628.html Sent from the Zend Framework mailing list archive at Nabble.com.
