PHP Classes

File: app/Resources/HerzultForumBundle/views/Topic/list.xml.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/HerzultForumBundle/views/Topic/list.xml.twig   Download  
File: app/Resources/HerzultForumBundle/views/Topic/list.xml.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 376 bytes
 

Contents

Class file image Download
{% for topic in topics %} <entry> <title>{{ topic.subject }}</title> <author> <name>{{ topic.authorName }}</name> </author> <updated>{{ topic.pulledAt|date('c') }}</updated> <id>{{ forum_urlForTopic(topic, true) }}</id> <link rel="alternate">{{ forum_urlForTopic(topic, true) }}</link> </entry> {% endfor %}