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 -~----------~----~----~----~------~----~------~--~---
