[TYPO3-mvc] Fluid
Sebastian Fischer
sebastian.fischer at e-netconsulting.de
Wed Apr 22 11:53:40 CEST 2009
Peter Schuster schrieb:
> Hi,
>
> I just had a quick look at fluid and some view helpers. I really like
> the concept and am looking forward to TYPO3 v4.3!
> In the currency view helper i stumbled upon <f:format.currency
> amount="321" currencySign="$" decimalSeparator="."
> thousandsSeparator="," />
>
> In my opinion <f:format.currency currencySign="$" decimalSeparator="."
> thousandsSeparator=",">321</f:format.currency> is much more intuitive,
> because i want to format a given value with some further paramters.
>
> Just my two cents. I don't know whether this is against a common rule of
> fluid or "technically" not feasible.
>
> Greets,
> Peter
>
> btw. does extbase and fluid work in TYPO3 4.2 without any problems? In
> ext_emconf.php of extbase only TYPO3 v4.2 is required but i think it was
> discussed to remove the autoloader in extbase, because TYPO3 v4.3 will
> come with an own one.
As extbase uses the concept of singleton which was introduced to TYPO3
with 4.3 you either have to upgrade or patch t3lib_div. Beyond that its
no problem to use extbase even with 4.1.7 which i needed to live with in
one of our project.
Greetings
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list