Hi,

I think you should use $fxpage in view instead of $Fxpage, same like we use
$html or $form for Html or Form helpers respectively.

Amit Badkas

PHP Applications for E-Biz: http://www.sanisoft.com



On Fri, Dec 3, 2010 at 2:56 AM, qua...@gmail.com <qua...@gmail.com> wrote:

> I get this error in log:
>
> Undefined property: View::$Fxpage in [...]
>
> On Dec 2, 12:29 pm, "qua...@gmail.com" <qua...@gmail.com> wrote:
> > Hi all,
> >
> > I have a custom helper and like to use it in Pages Controller.
> >
> > I copied pages_controller.php to my app and have this line in it:
> >
> > var $helpers = array('Html', 'Session', 'Fxpage');
> >
> > However, the output of the pages stops at the call to any $this->Fxpage
> in the layout file. It just seems as if Pages can't see my
> >
> > helper.
> >
> > I have been stuck at this for hours now. Any advice is greatly
> > appreciated.
> >
> > Thanks.
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to