Procedural File: pnadmin.php
Source Location: /system/pnRender/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
pnRender_admin_clear_cache [line 123]
void pnRender_admin_clear_cache(
$args)
|
|
Clear cached pages Using this function, the admin can clear all cached templates for the system.
Tags:
Parameters
pnRender_admin_clear_compiled [line 98]
void pnRender_admin_clear_compiled(
$args)
|
|
Clear compiled templates Using this function, the admin can clear all compiled templates for the system.
Tags:
Parameters
pnRender_admin_main [line 20]
output pnRender_admin_main(
)
|
|
Main administration function This function provides the main administration interface
Tags:
pnRender_admin_updateconfig [line 51]
void pnRender_admin_updateconfig(
settings $args, lifetime 1)
|
|
Update the settings This is the function that is called with the results of the form supplied by pnRender_admin_main to alter the admin settings
Tags:
Parameters
| lifetime |
1 |
cache lifetime |
| settings |
$args |
the options in an array |
|