[TYPO3-ect] apples and cherries ?

Elmar Hinz elmar07 at googlemail.com
Tue Aug 21 17:35:58 CEST 2007


Hi Fabien,

Fabien Udriot wrote:

> I have the latest version from repository :
> 
> - lib
> - div
> - apples
> - cherries
> - bananas
> 
> After having cleared the cache and did everything necessary, I note that
>   _cherries_ and _apples_ don't have an html output. Is there something
> broken or is the problem only by me ? I tried 2 installations on 2
> different dummy sites with the same problem.

I still have to adapt apples, cherries and efaq to the current library
state. That's also the reason, why I still didn't publish the current
version to TER.

> 
> For bananas there is no problem. Everythings is OK.
> 
> Do we have to use now the pipe like in bananas ?
> 

Yes, bananas shows the direction. All data has to flow is inside the pipe
now. You get them out at the very end by call to $pipe->get('result'); or
whatever key you have choosen.

That's a very strict design by now, to prepare the TS configuration of the
TS configurable pipe.

> $pipe = $this->getValidator();
> return $this->display('formTemplate', $pipe);

->display(...) is just a function to arganize the bananas class. There is no
need to do it exaclty this way. 

However, you can learn much from the bananas controller for form handling in
real live.

Kind regards

Elmar





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