diff --git a/examples/dot_notation/DotNotation.php b/examples/dot_notation/DotNotation.php new file mode 100644 index 0000000..d5f1dd0 --- /dev/null +++ b/examples/dot_notation/DotNotation.php @@ -0,0 +1,14 @@ + array( + 'baz' => 'Qux', + ) + ); +} diff --git a/examples/dot_notation/dot_notation.mustache b/examples/dot_notation/dot_notation.mustache new file mode 100644 index 0000000..85873f7 --- /dev/null +++ b/examples/dot_notation/dot_notation.mustache @@ -0,0 +1 @@ +Grandchild is "{{foo.bar.baz}}". \ No newline at end of file diff --git a/examples/dot_notation/dot_notation.txt b/examples/dot_notation/dot_notation.txt new file mode 100644 index 0000000..c7b8cd2 --- /dev/null +++ b/examples/dot_notation/dot_notation.txt @@ -0,0 +1 @@ +Grandchild is "Qux". \ No newline at end of file