Re: [symfony-users] [Symfony 1.4] SOLVED: How to customize the display of sfWidgetFormDoctrineChoice

2011-05-29 Thread Alex Potter
On Sunday 22 May 2011 18:50:50 Alex Potter wrote:
 I've spent days trying to implement this but, despite having read all the 
 documentation I could find and googling extensively, I'm still no wiser.

I finally found a clue here.

http://groups.google.com/group/symfony-users/msg/d79b0198cdaa829f

Thanks, Axel.

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] [Symfony 1.4] How to customize the display of sfWidgetFormDoctrineChoice

2011-05-22 Thread Alex Potter
Currently, I have a field displayed as a list of check-boxes, the default.

I need to be able to display this field  in tabular form, with n columns. 

I've spent days trying to implement this but, despite having read all the 
documentation I could find and googling extensively, I'm still no wiser.

Is anyone able to point me in the right direction?

TIA

Regards

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] How to execute a query in symfony1.4

2011-03-28 Thread Alex Potter
On Monday 28 Mar 2011 14:15:37 sunny4sfony wrote:
 I have a simple query like select name,owner from tests where id in
 (1,2,3) .
 Please let me know how to execute this in my action class. I have gone
 through the symfony1.4 documentation but couldn't find answer.

http://www.symfony-project.org/jobeet/1_4/Doctrine/en/06

HTH

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [Symfony2] Generate application

2011-02-22 Thread Alex Potter
On Tuesday 22 Feb 2011 14:44:03 Christophe COEVOET wrote:
 https://github.com/Garfield-fr/Symfony2Project which setup a project 
 using git submodules for the vendors

Unfortunately, that URL returns a 500 error:

Initialized empty Git repository in /home/alexp/tmp/Symfony2Project/.git/
error: The requested URL returned error: 500 while accessing 
https://github.com/Garfield-fr/Symfony2Project/info/refs

Regards

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] [Symfony2] Generate application

2011-02-22 Thread Alex Potter
On Tuesday 22 Feb 2011 15:46:16 Christophe COEVOET wrote:
  Alex
 the page I linked you is the github page where you will also see the 
 README file.
 If you want the git repo you have to add .git at the end of the url.

Many thanks. I should have looked at the web-page first :) I assumed that it 
was a repository URL.

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Blameable and Symfony 1.4

2010-07-14 Thread Alex Potter
Has anyone successfully used the blameable extension with Symfony 1.4?

My expectation was that it would work in the same way as the Timestampable 
behaviour.  Was that an unwarranted assumption?

Alex

-- 
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
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Symfony pgsql

2010-01-12 Thread Alex Potter
On Tuesday 12 January 2010 17:20:09 Alexandre Salomé wrote:
 Hello,
 
 ?php use_helper('Date'); ?
 ?php echo date_format('d', $created_at); ?
 
 If not d, then try others : D, f, F, p, P ... don't remember every one.
 
http://www.tutorialspoint.com/php/php_function_date_format.htm

HTH

Alex

-- 
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 this group at 
http://groups.google.com/group/symfony-users?hl=en.