Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Array problem in Smarty template from CakePHP

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3
View previous topic :: View next topic  
Author Message
Iban
Smarty n00b


Joined: 04 Feb 2008
Posts: 2

PostPosted: Thu Dec 31, 2009 11:48 am    Post subject: Array problem in Smarty template from CakePHP Reply with quote

I have a problem with this code for CakePHP and Smarty:

{$form->create("User",array("action"=>"registerNewUser"))}

Compile Error:

Uncaught exception 'Exception' ... Unexpected "=>", expected one of: ")" in ...

any solution? Confused
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Thu Dec 31, 2009 4:59 pm    Post subject: Reply with quote

You can't use the PHP array(..) syntax in templates.

Smarty3 has it's syntax [element1,element2,...] to create arrays.

{$form->create("User",["action"=>"registerNewUser"])}

will doe it.
Back to top
View user's profile Send private message
Iban
Smarty n00b


Joined: 04 Feb 2008
Posts: 2

PostPosted: Mon Jan 04, 2010 6:57 pm    Post subject: Thanks Reply with quote

Thank you very much for your help! Me has hecho muy feliz... Laughing
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP