Now bubla is gonna to be 100% ready to use.
This time features:
- Nested datasources.
- All datasource elements can be modifyed as tags.
- Datasource elements attributes can be repeatable or not - (they are not by default). This means that if you set attribute "bgcolor" for element in line N then all lines with idx > N will have the same bgcolor, if you will not set 'em another...
Bubla is a template parser. It allows to represent named html tags as PHP Objects the way basicly close to DOM.
Features:
1. It's really fast.
2. It allows you to separate your code from html.
3. It allows you to create sites with skins.
4. Data repeating (represening 2d array visually (tables/lists etc.))