xtemplate 0.5.3
Website
Test suite
Repository
Tutorial
Index
Index
1 x:template - Getting started
1.1 What is x:template?
1.2 Install x:template
1.2.1 System requirements
1.2.2 Download and Install
1.2.3 Test
1.2.3.4 Web test suite
1.3 Hello world!
2 Creating view classes
2.1 Views with dedicated template files
2.2 Views different template files
2.3 Render the templates
2.3.1 Explicit rendering
2.3.2 Implicit rendering
3 Using CSS selectors
3.1 Supported selectors
3.2 Comfortable use
4 NodeEdit and ElementList
4.1 NodeEdit
4.2 ElementList
5 Models
5.1 Typesafe model assignment
5.1.1 Define the model interface
6 Sections
6.1 Create the template
6.2 Access the section
6.3 Name scopes
6.4
7 Extending x:template
7.1 Configuration
7.1.2 Config interpretors
7.1.3 Built in interpretors
7.1.4 Custom interpretors
7.2 Replacing x:template classes
7.3 Parsers
7.4 Creating CSS selectors
8 Subviews
8.1 Scenario
8.1.1 <xsub>-Tags
8.1.2 Attach subviews via PHP
8.2 Assign subviews
8.3 Example
8.4 Subviews and sections