Re: [fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-03-01 Thread Markizano Draconus
Hey Aaron, After taking a more critical look at your setup, it looks like I gave you incomplete advice. My apologies for this. The PHP files that perform the processing should be stored in BASE_PATH . "/library/App/View/Helper/LoggedInAs.php" The location of the files that perform the HTML

RE: [fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-03-01 Thread Aaron Murray
: Markizano Draconus [mailto:asthral...@gmail.com] Sent: February-28-11 5:46 PM To: Aaron Murray Cc: fw-general@lists.zend.com Subject: Re: [fw-general] Problem accessing view helpers in the default (layout) within modules other than default. Hey Aaron, > I am having a bit of trouble with a

Re: [fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-03-01 Thread Hector Virgen
For each module (including the "default" module) be sure to add the view script helper path to application.ini. This will prepare your view instance for loading view helpers from any module, regardless of which module ends up being routed to. ; Add view helper paths for for default module: resourc

Re: [fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-02-28 Thread Markizano Draconus
Hey Aaron, I am having a bit of trouble with a view helper. I call a view helper in my layout, and it works fine when I am accessing the default module, however when I view a module page (with the same layout), I get an exception. [Exception information] Message: Plugin by name 'Logge

[fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-02-28 Thread Aaron Murray
Hello All, I am having a bit of trouble with a view helper. I call a view helper in my layout, and it works fine when I am accessing the default module, however when I view a module page (with the same layout), I get an exception. [Exception information] Message: Plugin by name 'LoggedI

[fw-general] Problem accessing view helpers in the default (layout) within modules other than default.

2011-02-27 Thread Aaron Murray
Hello All, I am having a bit of trouble with a view helper. I call a view helper in my layout, and it works fine when I am accessing the default module, however when I view a module page (with the same layout), I get an exception. [Exception information] Message: Plugin by name 'LoggedI