@ floria: you're right, but there problem is no less ;-) I have tried doctrine, but the problem remains the same.
When you have a non-hydratable field in your query, you cannot use sfDatasourcePropel/Doctrine, because the results gets hydrated toward a model. So I tried the sfDatasourceArray but there I get a problem when there is no data (array is empty). Seemed like a basic use for the grid but apparently not..... Will keep digging. -Alex On 8 sep, 10:33, Florian <[email protected]> wrote: > Hi, > just my 2 cents, but the message says : > > > [code] > > Class "Idea" has no method called "getideaRelationId". > > [/code] > > Symfony complains a bout not being able to find a setter. <- > > understandable. > > > I believe i need make a setter, but where? in Idea? > > So you surely are talking about a Getter , no ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
