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

Georg Ringer mail at ringerge.org
Wed Feb 9 15:00:54 CET 2011


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


More information about the TYPO3-project-typo3v4mvc mailing list