[TYPO3-team-core-v5] Templating Engine

Sebastian Gebhard sg at webagentur-gebhard.de
Wed Oct 22 02:23:00 CEST 2008


Hello Sebastian,

to be honest at first I was not very happy to read about a new template 
engine, because it's one more thing on the big list of "What you have to 
learn to get from traditional TYPO3 Extensions to FLOW3 Packages".
But reading the reasons it appeared ok to me.

I have a suggestion for improving the overall syntax which makes it also 
easier to implement arrays.
Why don't you nest parameters as tags into the containing tag:

<f3:link:to>
	<f3:param name="controller">posts</f3:param>
	<f3:param name="action">editPost</f3:param>
	<f3:array name="requestParameters>
		<f3:index name="postId>{post.id}</f3:index>
	</f3:array>
	<f3:content>Edit post</f3:content>
</f3:link:to>

I think this does not fit well into your concept, but it does not have 
to be exactly like this. Maybe this can be an inspiration to you.

By the way: Is BEER3 someting like a development name or are you serious 
with that? Is there a deeper meaning behind that or is it just beer?

Greets,
Sebastian G.

Sebastian KurfŸürst schrieb:
> Hello,
> 
> at the Transition Days, we have been thinking about a templating 
> framework for TYPO3 v5. We have come pretty quickly to the conclusion 
> that we'd need to write our own - and since then, I have started 
> implementing it and now have a working prototype.
> 
> All specification and implementation notes can be found here:
> 
> http://forge.typo3.org/wiki/package-beer3/Start
> 
> So, it would be great if you could read it, and throw questions at me 
> here at this newsgroup :-)
> 
> Thanks and Greets,
> Sebastian


More information about the TYPO3-team-core-v5 mailing list