PHP Classes

File: src/Stempler/tests/fixtures/import-php.dark.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Stempler/tests/fixtures/import-php.dark.php   Download  
File: src/Stempler/tests/fixtures/import-php.dark.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 144 bytes
 

Contents

Class file image Download
<use:element path="import/loop" as="div:loop"/>

<div:loop source="{{ ['a', 'b', 'c'] }}" as="{{ $value }}">
    <b>{{ $value }}</b>
</div:loop>