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

2011-01-05 Thread Rodrigo Ruiz Fuentes
-- 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 this group, send email to symfony-users@googlegroups.com

[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

Re: [symfony-users] Array Problems

2010-07-28 Thread Rodrigo Ruiz Fuentes
$mails = array(); foreach ($array as $a) { array_push($mails, $a['email']); } echo implode(' and ', $mails); ? -- 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

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

2010-04-29 Thread Rodrigo Ruiz Fuentes
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 Roland -- Rodrigo Ruiz Fuentes -- If you want to report a vulnerability issue on symfony, please send

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

2010-01-15 Thread Rodrigo Ruiz Fuentes
.'); //= ' } ) ? -- 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 this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit

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

2010-01-12 Thread Rodrigo Ruiz Fuentes
(jquery) 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

[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] 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:

[symfony-users] Re: Connect to Sybase ASE

2009-10-16 Thread Rodrigo Ruiz Fuentes
it? - Jon On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes rru...@gmail.com mailto:rru...@gmail.com wrote: 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