From 5c2b10e1cb17b8124f2855239c87ee4332e0f2ac Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Mon, 19 May 2014 10:13:29 +0400 Subject: [PATCH] Update syntax.md --- docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax.md b/docs/syntax.md index 6775aff..cfd917f 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -32,7 +32,7 @@ Example outputs next HTML code: ``` `{$user.id}` and `{$user['id']}` are same: ```smarty -
Hello, {$user.['name']}.
+
Hello, {$user['name']}.
``` В случае объекта, доступ к его свойствам осущесвляется так как и в PHP — через оператор `->`: