[TYPO3-ect] symfony
Jeff Segars
jsegars at alumni.rice.edu
Thu Feb 9 16:44:48 CET 2006
> Okay, the ORM they use (propel) is completely unsuited for us because we
> need runtime accessors and not generated code from some XML definition.
I'm all for re-use from other projects as much as possible, but in the
case of ORM I wonder if we're better of developing our own.
The TCA is such a critical part of the TYPO3 core and provides plenty of
metadata for us. It seems like going with some 3rd-party ORM will force
us to either duplicate the TCA data or rewrite much of the existing ORM.
> The controller is probably the easiest to develop, as I wrote in this
> blog post
> http://www.underused.org/posts/view/2006/02/learning-from-rails-actioncontroller-light/
Very nice! If we put this in between tcaObjects for the model and
cObjects for the view, we might have a nice little demo about the types
of things we want to do with MVC.
More information about the TYPO3-team-extension-coordination
mailing list