Re: A bug about the AppHelper class

2007-03-22 Thread Gilles Dubois
In a model, I used uses("view".DS."helpers".DS."html") to generate URLs but I do not need it any more. My problem is solved. Thank you On 19 mar, 19:28, "djiize" <[EMAIL PROTECTED]> wrote: > maybe if you create an app_helper.php in /app ? > class AppHelper extends Helper {} > > so you don't touch

Re: A bug about the AppHelper class

2007-03-19 Thread djiize
maybe if you create an app_helper.php in /app ? class AppHelper extends Helper { } so you don't touch core files... Or finding it in a nightly build to see what's in... On 19 mar, 18:41, "Gilles Dubois" <[EMAIL PROTECTED]> wrote: > CakePHP version 1.2.0.4451alpha > > Previously I was using an ol

A bug about the AppHelper class

2007-03-19 Thread Gilles Dubois
CakePHP version 1.2.0.4451alpha Previously I was using an older version of CakePHP, which didn't used an intermediary AppHelper class in helpers hierarchy between HtmlHelper and Helper. I found out that sometimes, using HtmlHelper resulted in an error : Cake complained about not being able to lo