Question about the bracket syntax in smarty

Source: Internet
Author: User
Error & nbsp; error & nbsp; {$ data [& quot; bank_data & quot;] [& quot; Arrangement & quot;] [& quot; id & quot;]} & nbsp; PHP (5.3.9) ERROR (E_USER_ERROR): File: brackets in smarty syntax

Error
{$ Data ["bank_data"] ["Arrangement"] ["id"]}

PHP (5.3.9) ERROR (E_USER_ERROR ):
File: Smarty. class. php
Line: 1092
Type: Smarty error: [in tke-g-admin_scopeofwork.tpl line 10]: syntax error: unrecognized tag: $ data ["bank_data"] ["Arrangement"] ["id"] (Smarty_Compiler.class.php, line 446)
Correct
{$ Data. bank_data.Arrangement.id}

Why is the first error?

------ Solution --------------------
Smarty is so agreed! No. why?
------ Solution --------------------

------ Solution --------------------
OK? Try this way:
PHP code
$ Arr = array ("a" => array (1, 2, 3 ), "B" => array ("c" => array ("d" => array ("e" => "Tom ", "f" => "BeiJing"); $ smarty-> assign ("A", $ arr); $ smarty-> display ("testTwo.html ");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.