chrisai
unread,Nov 24, 2009, 8:02:58 PM11/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to symfony-es
Hola alguien podria ayudarme con este error del tutorial de Jobeet?
Muchas Gracias!
Class "JobeetCategory" must implement a "__toString" method to be
rendered in a "sfWidgetFormPropelChoice" widget
at ()
in SF_ROOT_DIR\lib\vendor\symfony\lib\plugins\sfPropelPlugin\lib\widget
\sfWidgetFormPropelChoice.class.php line 98 ...
95. $methodValue = $this->getOption('method');
96. if (!method_exists($this->getOption('model'),
$methodValue))
97. {
98. throw new RuntimeException(sprintf('Class "%s" must
implement a "%s" method to be rendered in a "%s" widget', $this-
>getOption('model'), $methodValue, __CLASS__));
99. }
100.
101. foreach ($objects as $object)