To develop the idea a bit further. Better surely to just create a file in the root of you dev site (called "eclipse_helper.php" or something) so it never get called and you don't have to put code into working pages.
Something like: ----- <? // stop page loading exit; // reference helpers so Eclipse provides code completion $ajax = new AjaxHelper(); $cache = new CacheHelper(); $form = new FormHelper(); $html = new HtmlHelper(); $javascript = new JavascriptHelper(); $number = new NumberHelper(); $session = new SessionHelper(); $text = new TextHelper(); $time = new TimeHelper(); ?> ----- voidstate On Oct 11, 6:39 pm, Mech7 <[EMAIL PROTECTED]> wrote: > Strange it does for me ? > > On Oct 11, 3:19 pm, Luigi <[EMAIL PROTECTED]> wrote: > > > no it doesn't. > > > at least for me. > > > On 10/11/07, Mech7 <[EMAIL PROTECTED]> wrote: > > > > I think in ZDE this worked by default just not on Eclipse + PDT :( > > > -- > > Luigi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
