Re: requestAction on crashes apache

2008-02-07 Thread AD7six
On Feb 7, 9:21 pm, majna <[EMAIL PROTECTED]> wrote: > There is no autoload for components, so requestAction is better for > maintenance. > (cached elements with requestAction). Don't know what that means but: Subjective your honor! :) --~--~-~--~~~---~--~~

Re: requestAction on crashes apache

2008-02-07 Thread majna
There is no autoload for components, so requestAction is better for maintenance. (cached elements with requestAction). On 7 velj, 21:10, AD7six <[EMAIL PROTECTED]> wrote: > On Feb 7, 5:35 pm, benniog <[EMAIL PROTECTED]> wrote: > > > Thanks for the replies... > > I am trying to get dynamic content

Re: requestAction on crashes apache

2008-02-07 Thread AD7six
On Feb 7, 5:35 pm, benniog <[EMAIL PROTECTED]> wrote: > Thanks for the replies... > I am trying to get dynamic content into the default layout (a side bar > containing latest news items).. thats why I can only think of using > requestAction... does that make more sense? See the frequent discuss

Re: requestAction on crashes apache

2008-02-07 Thread benniog
Thanks for the replies... I am trying to get dynamic content into the default layout (a side bar containing latest news items).. thats why I can only think of using requestAction... does that make more sense? Thanks Gary On Feb 7, 4:28 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Feb 7, 2

Re: requestAction on crashes apache

2008-02-07 Thread Samuel DeVore
apache crashes how? out of memory, what? how do you expect someone to help you with so little information. returning a lot of stuff or a little, what's in the logs, want some love, show a little effort Can't help with nothing in the way of information here. Hey my car won't start... help

Re: requestAction on crashes apache

2008-02-07 Thread Chris Hartjes
On Feb 7, 2008 11:16 AM, benniog <[EMAIL PROTECTED]> wrote: > > Whats the alternative? > I need to get data from the DB and i cant think of any other way to do > it... Um, what's wrong with using the existing methods in a model or creating custom methods in your model to return the data in the fo

Re: requestAction on crashes apache

2008-02-07 Thread benniog
Whats the alternative? I need to get data from the DB and i cant think of any other way to do it... On Feb 7, 4:12 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Feb 7, 4:22 pm, benniog <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm a cake newbie writing my first app... > > However, I have a problem th

Re: requestAction on crashes apache

2008-02-07 Thread AD7six
On Feb 7, 4:22 pm, benniog <[EMAIL PROTECTED]> wrote: > Hi, > I'm a cake newbie writing my first app... > However, I have a problem that whenever I use requestAction ie. > $this->requestAction("profiles/index"); Apache crashes !!! I'm not using > > Zend optimizer which seems to have cause simil

requestAction on crashes apache

2008-02-07 Thread benniog
Hi, I'm a cake newbie writing my first app... However, I have a problem that whenever I use requestAction ie. $this- >requestAction("profiles/index"); Apache crashes !!! I'm not using Zend optimizer which seems to have cause similar problems in the past, so i'm a little stuck !!! As anyone any su