sfWidgetFormSchemaFormatter: Format for name of embedded form
        Posted  
        
            by Prasad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Prasad
        
        
        
        Published on 2010-04-22T05:15:33Z
        Indexed on 
            2010/04/22
            5:23 UTC
        
        
        Read the original article
        Hit count: 418
        
Hi, Im trying to create a custom formatter in Symfony 1.4. I have embedded form via
$this->embedRelation('User','BasesfGuardUserAdminForm');
Is there a way to format the name of the embedded form 'User'?
© Stack Overflow or respective owner