Hi,

It is used by the themes in the templates of templates
(sfDoctrinePlugin/data/generator/sfDoctrineModule/...)
When writing a partial in an admin-gen module, you have access to your model
via a variable.
The variable is named using this singular name, if exists. else it gives you
a tableized name of the class.
Search for getSingularName() calls and getPluralName();

It might be used else where, don't know.

Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Sat, Feb 20, 2010 at 6:26 PM, Juan Guillermo Garcia <j...@bitcoder.net>wrote:

> Hey!
>
> Could anyone let me note when symfony uses plural and singular values
> specified in generator.yml file?
>
> Thanks in advance!
>
> --
> 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<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>

-- 
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.

Reply via email to