Commit | Line | Data |
---|---|---|
51ff3226 | 1 | smarty pluginz |
2 | ||
3 | function name always begins smarty_function | |
4 | should always return an array with the same name as smarty template function call | |
5 | ||
6 | example: | |
7 | ||
8 | calling from template | |
9 | {get_tiamat} | |
10 | ||
11 | name of the function in php | |
12 | smarty_function_get_tiamat | |
13 | ||
14 | returns array get_tiamat | |
15 | ||
16 | 42 | |
17 | <form method=post> | |
18 | event_id: <input type=text name=add_plugin_id> <br> | |
19 | <input type=submit name=event value=addPlugin> | |
20 | </form> | |
21 | ||
22 | ||
23 |