[symfony-users] "SELECT DISTINCT ON" with Doctrine + pgsql

2011-01-05 Thread Rodrigo Ruiz Fuentes
->orderBy('c.id ASC, a.correlativo ASC, a.fecha_ingreso ASC'); return $q->execute(); How you can see, I need to group by l.mgp_cuenta_contable_id first, then by l.mgp_asiento_id... Thanks in advance -- Rodrigo Ruiz Fuentes -- If you want to report a vulnerabil

[symfony-users] Re: How to set a field with the id of the doctrine object in the saving process

2010-08-19 Thread Rodrigo Ruiz Fuentes
> You can use triggers 'before insert, update' over the table for do that. 'AFTER INSERT, UPDATE' I mean. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symf

Re: [symfony-users] Array Problems

2010-07-28 Thread Rodrigo Ruiz Fuentes
ahoo.com ) ) Thanks Try: -- Rodrigo Ruiz Fuentes -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to t

Re: [symfony-users] Fwd: Doctrine: strange charset problem on saving data to MySQL database

2010-04-29 Thread Rodrigo Ruiz Fuentes
x27;); $manager->setCharset('utf8'); } and in the settings.yml i've added: (also tried it without this) all: charset: utf-8 I'm using: php: 5.2.13 mysql: 5.1.39 symfony 1.4.4 - doctrine Is this a bug or have i made a mistake? thanx in advance for helping me out Rolan

[symfony-users] Execute javascript from action

2010-04-28 Thread Rodrigo Ruiz Fuentes
Hi, is there any way to execute javascript from an action?, The idea is to update the contents of a div while running processes in action. Thanks. -- Rodrigo Ruiz Fuentes -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] Re: Trying to add prototype functions

2010-01-15 Thread Rodrigo Ruiz Fuentes
, try just using (') into javascript_tag: ' alert('div has CSS apple class.'); // " => ' } ") ?> -- Rodrigo Ruiz Fuentes -- You received this message because you are subscribed to the Google Groups "symfony users" group. To

Re: [symfony-users] Re: sfWidgetFormJQueryDate option format is no longer supported in version 1.1.1?

2010-01-12 Thread Rodrigo Ruiz Fuentes
solution:http://garakkio.altervista.org/datepicker/ sfWidgetFormDate is a step backwards... -- Rodrigo Ruiz Fuentes -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from

[symfony-users] Re: Connect to Sybase ASE

2009-10-19 Thread Rodrigo Ruiz Fuentes
Alan Bem escribió: > Are you on Windows? > > On Windows its better to use ODBC due some obsolete DLLs. > [...] OK Alan, could you show me an example of database.yml and propel.ini for connect symfony with an Sybase ASE ODBC please?? Thanks... When I say that I'm over a NT plataform, I mean

[symfony-users] Re: Connect to Sybase ASE

2009-10-16 Thread Rodrigo Ruiz Fuentes
s sybase support does it? > > - Jon > > > On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes > mailto:rru...@gmail.com>> wrote: > > > Hi, > I wrote before to the list because I needed to connect symfony 1.0.x > with Syb

[symfony-users] Connect to Sybase ASE

2009-10-16 Thread Rodrigo Ruiz Fuentes
Hi, I wrote before to the list because I needed to connect symfony 1.0.x with Sybase ASE, which was impossible. Now I've upgraded to symfony 1.2.9 and I need to connect to Sybase from this version, preferably using PDO, if not possible I'll have to do with ODBC. My database.yml config is: all: