[TYPO3-ect] Services in TYPO3 with lib/div

Fabien Udriot fudriot at omic.ch
Wed Jul 18 15:07:14 CEST 2007


Thanks for your reply !

 > take a look at cal - there are a lot of services in a MVC-framework,
 > so you should find all you search for.

An other MVC-framework ?
$this->controller = &tx_cal_registry::Registry('basic','controller');

Is there any connection between your MVC-framework and lib/div ? It 
seems that I should learn an other framework... well, I don't have the 
energy to learn 2 frameworks...



Steffen Kamper a écrit :
> Hi Fabien,
> 
> take a look at cal - there are a lot of services in a MVC-framework, so you 
> should find all you search for.
> 
> vg  Steffen
> 
> "Fabien Udriot" <fudriot at omic.ch> schrieb im Newsbeitrag 
> news:mailman.1.1184754903.7411.typo3-team-extension-coordination at lists.netfielders.de...
>> 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