Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template-style #3

Open
asattler opened this issue Sep 23, 2012 · 1 comment
Open

template-style #3

asattler opened this issue Sep 23, 2012 · 1 comment
Assignees
Milestone

Comments

@asattler
Copy link
Member

We should agree on a template-implementation. The current version is from k3rmit and variables are in this style: {#myVar#}
I would prefer a solution based on blocks e.g. (taken from arthos cms) {block;newsEntry}{newsEntry.author}{endofblock} etc.
I don't like the # as a identifier for variables

I also can't find the way of usage for langVars, from the current implementation (if I didn't missed something) a langVar looks like a normal variable which is not very practicable.

@tpreusse
Copy link

consider liquid for php:
https://github.com/harrydeluxe/php-liquid

have used it with ruby and it's good stuff :) especially in a environment like webspell where design and code needs to be decoupled.

@ghost ghost assigned Phhere Mar 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants