Cristy wrote: > When building Askeet with Symfony 1.1 we are asked to add > stripped_title to the ask_questions table of schema.yml. Following a > propel:build-model the om/BaseQuestion.php file is not updated with > the expected getStrippedTitle() and setStrippedTitle() functions > although they do appear in BaseAskQuestion.php. How can I force > propel:build-model to regenerate BaseQuestion.php with the > getStrippedTitle() and setStrippedTitle() functions? > > > >
First of all i think you should have asked this on users list not dev. It looks like phpName option in _attributes directive of your ask_question doesn't work. *AskQuestion files shouldn't have been created at all. So you should probably re-check your schema.yml. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
