Smarty
|
+--Smutty_Template
public class Smutty_Template
extends Smarty
| Constructor Summary | |
|---|---|
contructor. |
|
| Method Summary | |
|---|---|
| nothing | depend(String type, String name) this function loads another smarty plugin, specified by type (function/modifier/etc...) and name. |
| nothing | display(String file) displays a template. |
public Smutty_Template()
contructor. sets up our customised version of the smarty template.
public nothing depend(String type, String name)
this function loads another smarty plugin, specified by type (function/modifier/etc...) and name.
public nothing display(String file)
displays a template.
this is Smutty's customized subclass of a smarty template
/