Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.2
-
Component/s: None
-
Labels:None
Description
http://trac.symfony-project.org/ticket/8421
It seems like it just requires to pass in a builderOption array into any class extending Doctrine_Record_Generator. I think it would be a good idea to start adding support for this into all internal behaviors.
and then doing something like the following in the schema:
Foo:
actAs:
Taggable:
builderOptions:
baseClassName: MyBaseRecord
You can go ahead and commit this. It looks good to me! Thanks, Jon