silverstripe-framework/tests/php/View/SSViewerTest/templates/SSViewerTestLoopArray.ss
Guy Sartorelli e46135be0a
NEW Refactor CLI interaction with Silverstripe app (#11353)
- Turn sake into a symfony/console app
- Avoid using HTTPRequest for CLI interaction
- Implement abstract hybrid execution path
2024-09-26 17:16:47 +12:00

4 lines
42 B
Scheme

<% loop $MyArray %>
$Val
<% end_loop %>