DOCUMENTATION

Search »

ft_get_module_settings

This function is the sister of ft_set_module_settings described previously. It retrieves values stored in the database for your module. It accepts a single parameter: a string of the setting name (key), or an array of strings if you want to retrieve multiple values. For example:

The ft_set_module_settings and ft_get_module_settings functions are good for small snippets of data. If you need to store larger quantities of data, we recommend you create your own database table.