Trac
To Do
This page is to be used to document long term todos. We have some refactorings that we should talk about now but cannot necessarily implement right now.
Doctrine
- Reorganize attributes to follow naming pattern Doctrine::ATTR_{NAME_OF_ATTR} and the values should be Doctrine::NAME_OF_ATTR_{VALUE_OF_ATTR}
Doctrine_Record
- Remove loadTemplate() and actAs() and replace with addBehavior(). It will accept names or instances of Templates, Generators, etc. We should move both Templates and Generators under one name space Doctrine_Behavior? For example: Doctrine::Behavior::I18n, etc.