[TYPO3-mvc] Just again: It is just awesome!!

Kay Strobach typo3 at kay-strobach.de
Wed Feb 9 16:08:36 CET 2011


Hi Georg,

full ack, wrote an generic API client in just about 30 Lines of code.
(Server is much more complex ;)

Thanks to all extbase / fluid / flow3 developers
Kay

Am 09.02.2011 15:00, schrieb Georg Ringer:
> Hi everybody,
> 
> I just want to thank you for providing extbase & fluid as it is just
> great working with it!
> 
> It makes so much fun having a solid API, also for templating! I am
> developing an API for Amazon (Products, not hosting or similiar) and it
> is makes really fun doing the job when having extbase!
> 
> Just an example:
> ----------------
>   <amazon:product asin="B0017S4YLU" as="product">
>   	<a href="{product.linkDetailPage}" target="_blank">
>   		Title: {product.title}<br />
>   		<img src="{product.imageSmall}" /><br />
>   		Price: {product.price}
>  	</a>
>   </amazon:product>
> ----------------
> 
> The viewhelper shows some information, provided through a custom
> service. It could also be prodcut.packageDimensions.widthUnit.
> 
> Adding about 10 lines to the code and I got the cachingframework
> implemented to save API calls.
> 
> Thanks a lot!
> Georg


-- 
http://www.kay-strobach.de - Open Source Rocks


More information about the TYPO3-project-typo3v4mvc mailing list