Hi,
i m going through the "the definite guide to symfony form" posted in
symfony documentation.In the chapter 4 "the propel integration",i m
facing a small problem.
"Implementing the __toString() method for the Author class"
class Author extends BaseAuthor
{
public function __toString()
{
return $this->getFirstName().' '.$this->getLastName();
}
}
I m not getting where is this author class.If i do the above changes
in AuthorForm class i get the error in application running.pls help me
out of this.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---