[TYPO3-ect] my first view on lib / div
Elmar Hinz
elmar07 at googlemail.com
Sat Sep 29 00:34:00 CEST 2007
Daniel Pötzinger wrote:
> BTW
>
> Where can I suggest functions for lib?
>
> e.g. a function like asImage() and printAsImage() would be nice in the
> view classes.
>
> something like:
> function asImage($name,$configuration) {
> $lConf=$this->configurator->get($configuration);
> if (is_array($lConf)) {
> $lConf['file'] .= $this->get('name');
> $cObject = $this->findCObject();
> return $cObject->IMAGE($lConf);
> }
> }
Hello Daniel,
the best place for feature requests is the bugtracker. I also read this list
and regularly take up ideas.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list