[symfony-users] Re: Help SQL Query how in Criteria

2008-08-20 Thread shannon.patterson
$c->add(CharPeer::SENDER, array($rsender), Criteria::NOT_IN) On Aug 20, 4:10 am, Güyçmyrat Amanmyrat <[EMAIL PROTECTED]> wrote: > Hello. How can i write this query with Criteria ? > > $sql = "SELECT Chat.SENDER, Chat.RECIEVER FROM Chat WHERE Chat.OWNER=38 AND > Chat.SENDER NOT IN(14) AND Chat.SE

[symfony-users] Re: 1.1: Automatically denote required fields in form

2008-08-20 Thread shannon.patterson
chema is (intentionally) separate from the validator, and > > > it's the validator that defines what's required or not. The form > > > schema only (sometimes) gets the error schema that the validator > > > schema spits out on error. Hrm. Wonder how we can injec

[symfony-users] Re: get all $sf_flash parameters

2008-02-22 Thread shannon.patterson
Solved: $sf_request->getParameterHolder()->getAll() On Feb 22, 12:08 pm, "shannon.patterson" <[EMAIL PROTECTED]> wrote: > hi everyone, > > is there a way to get all of the $sf_flash variables? I know that > this can be done with request parameters using

[symfony-users] get all $sf_flash parameters

2008-02-22 Thread shannon.patterson
hi everyone, is there a way to get all of the $sf_flash variables? I know that this can be done with request parameters using $sf_request- >getParameterHolder()->getAll(), but trying similar things with $sf_flash have been unsuccessful. I am running symfony 1.0.8 and any assistance would be app

[symfony-users] Re: embedding remote_function inside auto_complete

2007-12-17 Thread shannon.patterson
ide a more detailed > problem report what is working and what not? > > Carsten > > On Dec 12, 2007 9:14 PM, shannon.patterson <[EMAIL PROTECTED]> > wrote: > > > > > Hello All, > > > I have a form element where after the data has been filled in (with an > > auto co

[symfony-users] embedding remote_function inside auto_complete

2007-12-12 Thread shannon.patterson
Hello All, I have a form element where after the data has been filled in (with an auto complete handler), I would like the next form element to be filled in as well, with some corresponding data. This is essentially a city/state combo. The code I have for this is: 'off', 'freq

[symfony-users] Re: Help with Ajax and select tags

2007-11-28 Thread shannon.patterson
i'm trying to do the exact same thing and am experiencing the same issues as you are. On Nov 26, 10:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all, > my problem is occurring with creating a dropdown box that when > selected, AJAX will place another dropdown box below it filled wit

[symfony-users] overload/extend/replace helper objects

2007-11-20 Thread shannon.patterson
hello all, i'm currently working on a new sf project and would like to have the form helper automatically generate a new parameter for class that is defined by input type, as I have a large data set and doing so by hand would be time consuming and difficult. Looking though the symfony helper co