Yuretsz, also http://www.symfony-project.org/plugins/sfPropelAlternativeSchemaPlugin
Look at the readme for the above plugin (you do not need to install the plugin, just read the readme). It shows you the syntax for specifying behaviors in schema.yml I am guessing the documentation is not updated so just follow the directions but substitute config.php with ProjectConfiguration.class.php and put the code in the setup() method. Kiril On Sun, Sep 28, 2008 at 10:57 AM, Ant Cunningham <[EMAIL PROTECTED]> wrote: > > You put them in the plugins/yourBehaviorPlugin/config/config.php. The > are then loaded automatically during application setup. > > For enabling them in your model use the new attribute in the schema, > this way you they get built into your lib/model/om and you dont have > to manually edit classes to add and remove them - just change the > schema and rebuild the model. > > On Sep 27, 8:18 pm, Yuretsz <[EMAIL PROTECTED]> wrote: >> Hi, all. >> I'm trying to add behaviors for Symfony 1.1 >> Manualhttp://www.symfony-project.org/cookbook/1_1/en/behaviorssays that I >> should register it in config/config.php but Symfony doesn't include that >> file at all. >> I've tried to put exit(); In that file without any success; >> >> So where should I register them? >> >> -- >> ============================ >> Regards... > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
