[TYPO3-ect] ECT library

Franz Koch typo3 at fx-graefix.de
Thu Mar 9 17:30:55 CET 2006


Hi,

> Here are my first proposals:
...
> 
> * Interface: Resultlist renderer and result browser
> 
> This are rather interfaces to services, so that implementations can be
>  exchanged. We need one default implementation.
> 
> * Interfaces: details renderer, search form, search query, details query
> 
> Analoguous.

I allready got something like your flexible interface-renderer - well it 
goes in that direction and needs more work on it. I think I allready 
wrote that somewhere a view days ago.

Currently I use for my extensions a basic structure and the most work I 
have to do for a new 'basic' extension is only to define some shortcuts 
I like to use for my markers, the name of the database table and 
possible related tables for my query-builder function (could also be 
fetched from TCA) and create the template and LLL-labels.
Besides of some small addons most configuration is done in the flexform, 
in which I can control certian aspects of the queries (like a field as 
exclude-criteria for list-view and of course what criteria/value must be 
given to be excluded - like 'only show record if field birthday, treated 
as date, compared by day and month, is 5 days older or younger than 
current day').
This extension could be extended by a table-selector in the flexform and 
then it would be able to provide most of your mentioned display-forms 
dynamicly for any table visible to TCA.


It would be nice if this ECT-'subframework' would have some kind of 
rights-management for FE-users and groups - like:
- visible extension-fields
- usable functions/actions (upload,listview,search)

-- 
Kind regards,
Franz Koch



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