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

Beginner with plugins.

 
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 -> Plugins
View previous topic :: View next topic  
Author Message
sname
Smarty n00b


Joined: 05 Oct 2006
Posts: 3

PostPosted: Thu Oct 05, 2006 5:16 pm    Post subject: Beginner with plugins. Reply with quote

I'm new in smarty.

I would like to write plugin, but i can't find any tutorial.
function look's like myfunction ($a, $b, $c).

But how i'm going to use it in tpl?
Back to top
View user's profile Send private message
kills
Smarty Elite


Joined: 28 May 2004
Posts: 493

PostPosted: Thu Oct 05, 2006 6:47 pm    Post subject: Reply with quote

http://smarty.php.net/manual/en/plugins.php
Back to top
View user's profile Send private message
sname
Smarty n00b


Joined: 05 Oct 2006
Posts: 3

PostPosted: Thu Oct 05, 2006 7:26 pm    Post subject: Reply with quote

i have already writen function and it's in right folder.

But i get error - Missing argument 3...

I just don't know how to write in tpl that command. {myfunction} is wrong, when i have function smarty_function_myfunciton($a, $b, $c)
Back to top
View user's profile Send private message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Thu Oct 05, 2006 7:30 pm    Post subject: Reply with quote

Smarty plugin functions only take two parameters. The first is an associative array of the parameters passed from the template tag. The second is an instance of the Smarty object (passed by reference).

See Example 16-2 of http://smarty.php.net/manual/en/plugins.functions.php and also browse Smarty's plugins dir and the user contributed functions at the wiki for more inspiration: http://smarty.incutio.com/?page=SmartyPlugins
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 -> Plugins 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