PHP Classes

File: tests/fixtures/test_template.twig

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple HTML DOM   tests/fixtures/test_template.twig   Download  
File: tests/fixtures/test_template.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple HTML DOM
Manipulate HTML elements using DOMDocument
Author: By
Last change: Update of tests/fixtures/test_template.twig
Date: 1 year ago
Size: 390 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head><title>My Webpage</title></head> <body> <ul class="navigation"> {% for item in navigation %} <li class="navigation--element"><a href="{{ item.href }}">{{ item.caption }}</a></li> <li class="navigation--element"><a href="https://foo?lall=###FOO###&lall={#lall#}#foo">link</a></li> {% endfor %} </ul> <h1>My Webpage</h1> {{ a_variable }} </body> </html>