| Function Summary | |
|---|---|
| void | Set up default SACS mappings. |
| void | zm_set_default_sacs_mappings() Set up default SACS mappings. |
| void | Set up default URL mappings. |
public void zm_get_default_settings()
Set up default SACS mappings.
The reason for this being wrapped in a function is to make it possible
to include in core.php. Also, this leaves the option of
alternative storage to improve loading time.
public void zm_set_default_sacs_mappings()
Set up default SACS mappings.
The reason for this being wrapped in a function is to make it possible
to include in core.php. Also, this leaves the option of
alternative storage to improve loading time.
public void zm_set_default_url_mappings()
Set up default URL mappings.
The reason for this being wrapped in a function is to make it possible
to include in core.php. Also, this leaves the option of
alternative storage to improve loading time.