[TYPO3-ect] Services in TYPO3 with lib/div
Fabien Udriot
fudriot at omic.ch
Wed Jul 18 12:35:02 CEST 2007
Hi everyone !
I am thinking about an extension that provide RSS services in TYPO3. The
service would offer :
- RSS feeds generation from different SQL tables
- Aggregation of different RSS feeds etc...
A previous discussion (about pageBrowser in lib/div) made me discover
the services in TYPO3 and I would like to go to this direction for the
extension. The main advantage, that I can see, is that other extensions
can use the service without reimplementing all the logic.
I give the link again :
http://typo3.org/documentation/document-library/core-documentation/doc_core_services/0.2.0/view/
My first step was to study how the services work in TYPO3 and to have a
running service. This step is OK, now.
*But*, as I go further in the development process, I realize that I need
a controller, a model and a view in my service!
So my question is : how can we use the MVC approach in a service. Has
anyone tried to use lib/div in a service ? I am wondering if the 2
approaches are compatible.
Your ideas are welcome.
best regards to all,
Fabien
PS. I also thrown an eye on stever_rsscontent or push2rss_3ds to study
how they generate the RSS feeds.
More information about the TYPO3-team-extension-coordination
mailing list