[symfony-users] Re: PHP Intl extension

2010-12-22 Thread Marijn
Michael, I ended up recompiling my native PHP install. Look at this gist for an example configure string: https://gist.github.com/03b9175bdb33ab2ce129 On Dec 22, 3:53 am, Tim Nagel t...@nagel.com.au wrote: Does mamp come with pecl? # pecl install intl ? t On Wed, Dec 22, 2010 at 13:51,

[symfony-users] help with symfony chapter 3...data model

2010-12-22 Thread Wiynn
in the data model chapter this is explaind but i donot get it The job fixture file references two images. You can download them (http://www.symfony-project.org/get/jobeet/sensio-labs.gif, http://www.symfony-project.org/get/jobeet/extreme-sensio.gif) and put them under the web/uploads/jobs/

[symfony-users] Re: How to load a Doctrine 2 Custom Mapping

2010-12-22 Thread julienfastre
Yes! My wish was to go on with this thread, which hasn't been update : http://groups.google.com/group/symfony-users/browse_thread/thread/95953866f2fde1dc/91ed636123b39eb6 Thanks a lot! Julien On 21 déc, 14:32, Florian sideral.undergro...@gmail.com wrote: Are you talking about this ?

[symfony-users] Re: best way to hide form fields in front_end based on credentials?

2010-12-22 Thread dmitrypol
Similar question - what is the best way to hide certain fields on indexSuccess.php and layout.php? I have members who belong to different sfGuardGroups and based on that I either show / hide certain data elements and text info. I created logic in templates that checks $sf_user-isAuthenticated(),

Re: [symfony-users] Re: best way to hide form fields in front_end based on credentials?

2010-12-22 Thread Yitzchak Schaffer
How about creating different templates, and placing the logic in the action with $this-setTemplate() and $this-setLayout() -- Yitzchak Schaffer Systems Manager Touro College Libraries 212.742.8770 ext. 2432 http://www.tourolib.org/ Access problems? Contact systems.libr...@touro.edu On Dec 22,

AW: [symfony-users] Re: best way to hide form fields in front_end based on credentials?

2010-12-22 Thread Christopher Schnell
Yes, that's what i do, too when the differences are more than 1 or 2 properties. Otherwise, redirects to different actions would be possible if differences are really big. Regards, Christopher. -Ursprüngliche Nachricht- Von: symfony-users@googlegroups.com [mailto:symfony-

Re: [symfony-users] Admin Generator removes sortable headers

2010-12-22 Thread Gandalf
This is probably a bug in your code somewhere. Works for me. On 12/22/10, Scott O'Brien king.scot...@gmail.com wrote: Hi all. I've just been playing with the Admin Generator module. When I add in the 'display' field to choose a subset of my fields, my list no longer becomes user

[symfony-users] Problem trying to add a new object action in a backend module

2010-12-22 Thread Javier Garcia
Hi, i have created this model: propel: shop_orders: orders_id: { phpName: Id, type: INTEGER, size: '11', primaryKey: true, autoIncrement: true, required: true } email: { type: VARCHAR, size: '45', required: true } Then i have generated an admin module and i have add this below to