Re: Helper Error, point me in the right direction...

2008-01-11 Thread Samuel DeVore
I think in 1.2 my custom helpers had to have an empty array of $helpers in the class definition if there are no helpers needed, rather then just leaving it out you might try adding that to the Excel Helper var $helpers = array(); On Jan 11, 2008 10:19 AM, Grainne <[EMAIL PROTECTED]> wrote: > >

Re: Helper Error, point me in the right direction...

2008-01-11 Thread Grainne
did you find a solution to this? if so could you post it here? Thanks, Grainne On Dec 13 2007, 11:43 pm, zonium <[EMAIL PROTECTED]> wrote: > Look closely..., these are not errors, just notices. > Some variables have not been properly set for views. > Check your the controller logic. > > Zonium

Re: Helper Error, point me in the right direction...

2007-12-13 Thread zonium
Look closely..., these are not errors, just notices. Some variables have not been properly set for views. Check your the controller logic. Zonium On Dec 13, 5:52 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm trying to implement the excel output helper from this > article:http://baker

Helper Error, point me in the right direction...

2007-12-13 Thread [EMAIL PROTECTED]
I'm trying to implement the excel output helper from this article: http://bakery.cakephp.org/articles/view/generate-excel-spreadsheets-from-your-database But, I'm getting the following errors: Notice (8): Undefined property: ExcelHelper::$helpers [CORE/cake/libs/ view/view.php, line 868] Notice