The following code gives me the erorFatal error: Call to undefined function display() in /srv/http/recipes/classes/controller.php on line 4
when I try to access the page
class Controller{
function display($template){
display('error');
}
}