I want to parse conditions with a custom databasetable, so according to vb.com I need to use the compile_template() function.
Code:
/**
* Processes a raw template for conditionals, phrases etc into PHP code for eval()
*
* @param string Template
*
* @return string
*/
function compile_template($template, &$errors = array())
Besides including adminfunctions_template.php, I have NO idea how to use this in a .php file. Does anyone here know how to use this function?