[symfony-users] Re: SteelGuru V2 built on Symfony

2007-06-16 Thread Kiril Angov

:)) I noticed the same. At first I thought it is you showing another 
site of yours before I saw the name is different. I think PHP 
programmers are too used to copy and paste with so many ready components 
that we are even lazy to write an original email :)

Kupo

Dan Grossman wrote:
> You know, there was nothing so original in my e-mail about W3Counter 
> that you had to copy it. You should've at least changed the link to 
> point to your site rather than just the text ;)
>
> Regards,
> Dan Grossman
> Awio Web Services LLC
>
> Birchandra Singh wrote:
>> Dear all,
>>
>> SteelGuru v2 (http://www.steelguru.com ) 
>> is now online. The latest version of this
>> popular site is built on the Symfony framework (1.0.2).
>> It subscribes daily e-newsletter (namely Steel Trade Today) related 
>> to steel, iron, ore so on
>> over 4 subscribers daily.
>>
>>
>> Thanks Symfony for making it so easy and fast.
>> -- 
>> Birchandra Sanasam
>> Web Developer & Analyst
>> # +91 9810 194978
>>
>
>
> >


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: SteelGuru V2 built on Symfony

2007-06-16 Thread Dan Grossman





You know, there was nothing so original in my e-mail about W3Counter
that you had to copy it. You should've at least changed the link to
point to your site rather than just the text ;)

Regards,
Dan Grossman
Awio Web Services LLC

Birchandra Singh wrote:
Dear all,
  
SteelGuru v2 (http://www.steelguru.com)
is now online. The latest version of this
popular site is built on the Symfony framework (1.0.2).
It subscribes daily e-newsletter (namely Steel Trade Today) related to
steel, iron, ore so on 
over 4 subscribers daily.
  
  
Thanks Symfony for making it so easy and fast.
  
-- 
Birchandra Sanasam
Web Developer & Analyst
# +91 9810 194978
  



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en  -~--~~~~--~~--~--~---





[symfony-users] Re: Admin generator and helpers

2007-06-16 Thread Seboss

It seems I found the solution in the manual, in the 'partials' section 
to be more specific :D

Seb

Seboss wrote:
> Hello!
>
> I'm just trying out the admin generator for my new project since I never 
> tried it out before and it looks pretty spiffy.
> I've been trying for some time to use the format_country helper but to 
> no avail.
>
> My generator.yml goes like this:
>
> generator:
>   class:  sfPropelAdminGenerator
>   param:
> model_class:  Author
> theme:default
>
>   edit:
>   display:
> Editable: [ first_name, last_name, nationality, description ]
>   fields: 
> nationality: { type: select_country_tag }
>
> list:
>   fields:
> created_at: { params: date_format='dd/MM/yy' }
> nationality: { params: format_country }
>
>
> As you can see, I use select_country_tag for the nationality field in 
> the edit screen.  Of course, I'd like to use the format_country helper 
> in the list screen to display the nationality of the authors.
> But I don't know if that's even possible using the vanilla admin 
> generator. If that's possible, could anybody point me out how to do it?
>
> Thanks in advance!
>
> Regards,
> Seb
>
> >
>
>
>   

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---