2

I'm using template engine called Dwoo. How get the first element of the array without a loop?

akrisanov
  • 3,212
  • 6
  • 33
  • 56

1 Answers1

2

{assign array("Bob" "John") users} {$users.0}

Dwoo Wiki

Mark
  • 234
  • 1
  • 3