[TYPO3-ect] ECT library
Franz Koch
typo3 at fx-graefix.de
Fri Mar 10 14:01:01 CET 2006
> Great, it's ECT's primary target to coordinate not to reinvent. :-) So
> if you want to do a joint development with your code you are welcome.
Shure, but I have to say that I'm more a coding designer then a
designing coder - so the quality of the code might not be that good. But
it could serve as basis.
> We need a platform for joint development of extensions.
>
> I like the combination of subversion and trac very much:
> Example: http://svn.webempoweredchurch.org:3000/misc/
I can't tell what is better - trac or CVS - haven't worked with one of
them yet.
>>Currently I use for my extensions a basic structure and the most work I
...
>>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.
>
>
> Sounds like a nice little framework for a standard kind of extension.
> I assume the shortcuts you mention could be set during a kickstarter
> process?
The shortcuts can be set with kickstarter as they are only a alias for a
db-table for easier marker-markup, like:
- ###VALUE::PERSON:NAME### stands f.e. for tx_myext_persons.name
- ###VALUE::LANG:ISO2CODE### could stand for the person related field
iso2code of a left-joined language-table (like static_info_tables).
Not all stuff I coded has to have general use or has to make any sense -
all this stuff was made in a rush for an underpayed job - so it had to
be quick and dirty.
> Could you go more into details of your framework? Are model and view
> separetd. Could you give an example how the controller brings them
> together then?
Well, it's not a real framework yet I guess (what defines a framework?)
and the next few days I'll not have the time to do so, but in general I
think they are almost seperated - if you mean by that, that fetching the
data and processing the template are seperated. I can upload one of my
extensions on my webspace if that would help. But I would have to make a
text-extension to merge all the functions - and therefor I don't have
the time now. But after wendnesday I'll should find some time.
--
Kind regards,
Franz Koch
More information about the TYPO3-team-extension-coordination
mailing list