Re: GenerateList Condition Statement

2007-05-27 Thread NE1
I think this should work: $this->set('user_list', $this->generateList('user != $ACTUAL_USER_ID', ' ASC', null, '' ,'', null)); Greetings On 26 Mai, 17:59, Ketan Patel <[EMAIL PROTECTED]> wrote: > I want to use generatelist but want to skip a specific record. for eg. > I want to create list of u

Re: GenerateList Condition Statement

2007-05-26 Thread Ketan Patel
I found it. I was passing an array() as condition but found that one can send the strings as well. so worked out OK! On May 26, 11:59 am, Ketan Patel <[EMAIL PROTECTED]> wrote: > I want to use generatelist but want to skip a specific record. for eg. > I want to create list of users and don't want

GenerateList Condition Statement

2007-05-26 Thread Ketan Patel
I want to use generatelist but want to skip a specific record. for eg. I want to create list of users and don't want the current user to be in the current list! How do I do this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go