Hi all,

I've been sub classing sfForm and it has been working really well. But
I've always wondered how to add field description? E.g. to do
something like:

class myForm extends sfForm ()
{
   public setup()
   {
      // ...
      $this->setDescriptions(array(
         'name' => 'Enter your name as written in your passport',
         'email' => 'We need your email to send you confirmation',
      ));
      // ...
   }
}

I'm using Symfony 1.1 by the way

-- 
Visit my website: http://onlinesid.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to