|
XOOPS
2.6.0
|

Protected Member Functions | |
| fetch ($name, &$source, &$mtime) | |
Private Member Functions | |
| dbTplInfo ($tpl_name) | |
Smarty plugin
Fetches templates from a database
Definition at line 20 of file resource.db.php.
|
private |
Get template info from db, or file name if available
| string | $tpl_name | template name |
Definition at line 63 of file resource.db.php.
References $module, $path, $type, $xoops, $xoopsConfig, XoopsBaseConfig\get(), and Xoops\getInstance().
Referenced by fetch().


|
protected |
Fetch a template and its modification time from database
| string | $name | template name |
| string | $source | template source |
| integer | $mtime | template modification timestamp (epoch) |
Definition at line 32 of file resource.db.php.
References $mtime, $name, $tpl, and dbTplInfo().
