In symfony 1.0 you the admin generator use to automatically extend you
form if you defined Get and Set methods on you're extended model
classes i.e.

/lib/model/posts.php

public static getMetaDescription()
{
  ..// get data from a separate table
}

public static setMetaDescription()
{
  ..// save data to a separate table
}

and you could then add 'metadescription' to your generator.yml and
extend the form.

How do you achieve the same thing in Symfony 1.2??

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