$html or $form is deprecated in 1.3 if you use cake1.3 $this->Fxpage is correct ($fxpage still works, though)
you probably named your helper incorrectly On 3 Dez., 06:03, Amit Badkas <[email protected]> wrote: > 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, [email protected] <[email protected]> wrote: > > I get this error in log: > > > Undefined property: View::$Fxpage in [...] > > > On Dec 2, 12:29 pm, "[email protected]" <[email protected]> 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 sitehttp://cakeqs.organd 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 [email protected] > > To unsubscribe from this group, send email to > > [email protected]<cake-php%[email protected] > > om>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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
