fenom/smarty-fallback

Smarty fallback for Fenom

dev-master 2015-02-02 08:33 UTC

This package is auto-updated.

Last update: 2024-10-29 04:10:29 UTC


README

Syntax

  • Ignoring @ before modifier. Modifier is always applied to the variable, {$array|@count}, {$array|count}, count($array) are same.
  • Unsupported Smarty3 {foreach} properties are @index, @iteration, @first, @last, @show, @total yet.

Accessors

Modifiers

Tags

* - todo

** - newer