On Sun, Sep 28, 2008 at 7:29 PM, Kiril Angov <[EMAIL PROTECTED]> wrote:
> 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.
In 1.1, you can define behaviors directly in the schema.yml file if you want:
propel:
blog_article:
title: varchar(50)
_behaviors: paranoid: { column: deleted_at }
Some documentation exist:
http://www.symfony-project.org/book/1_1/08-Inside-the-Model-Layer#Using%20Model%20Behaviors
But I realize that the formatting is somewhat broken in some part of the book...
++
--
Nicolas Perriault
http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com
Phone: +33 660 92 08 67
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---