[TYPO3-ect] symfony

Daniel Brün dbruen at saltation.de
Thu Mar 30 16:26:47 CEST 2006


Hi!

Elmar Hinz wrote:
> Well exchaging ideas is fine. To step forward we need some results. It
> would be fine if you could implemt the ideas you have into a
> demoextension.
> 
> I have done this i.e. with article, div and lib so that everybody can
> test the concept of MVC based on a zend like controller and an SPL
> interface works.
> 
> Could you do this?

As soon as I have an example-app running I will let you know. Right now 
I already have symfony integrated and propel-access to all TYPO3-tables 
(autogenerated!). My idea is to automatically regenerate code when other 
extensions are installed/removed (and database-tables are added or 
modified). Should not be too difficult, either. One thing that is a 
little bit annoying is getting around symfony's own routing 
(url-rewriting), which comes in very handy in pure symfony-projects, but 
must be disabled for integration-purposes. Basically it is supposed to 
be very easy to disable routing, but obviuosly this feature is just not 
yet implemented.

Propel is just one part of symfony. Other interesting things are the 
helper classes, which allow for quick and easy GUI-design, and the 
simple but effective templating-mechanism. After all I can say that 
coding a project using symfony accelerates the whole development-process 
by a factor of 2 (compared to standard extension-development using pi_base).

Cheers,
Dan



More information about the TYPO3-team-extension-coordination mailing list