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

call memeber fucntion

 
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 -> Help Wanted (commercial)
View previous topic :: View next topic  
Author Message
kirubakar
Smarty n00b


Joined: 16 Jul 2010
Posts: 1

PostPosted: Fri Jul 16, 2010 11:17 am    Post subject: call memeber fucntion Reply with quote

How can I call member function from smarty template through some object.
Back to top
View user's profile Send private message Send e-mail
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Fri Jul 16, 2010 3:02 pm    Post subject: Reply with quote

You can assign the object to the template:

Code:
$smarty->assign('myobj',$myobj);
$smarty->display('index.tpl');


index.tpl:

Code:
{$myobj->myfunc()}


http://www.smarty.net/manual/en/advanced.features.php#advanced.features.objects
Back to top
View user's profile Send private message Visit poster's website
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 -> Help Wanted (commercial) 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