header.php
Código PHP:
<?php
require_once 'smarty.init.php';
require_once 'class/Functions.php';
$function = new Functions;
$function->getMenu;
$smarty->assign('menu',$function);
$smarty->display('header.tpl');
Código PHP:
<nav>
<ul>
{$function}
</ul>
</nav>
Cita:
otice: Undefined index: function in C:\xampp\htdocs\wensfilmsmarty\templates_c\20a5b87 bf1d249a8e4b5bdf6dc560aa9c65c681a.file.header.tpl. cache.php on line 37
Notice: Trying to get property of non-object in C:\xampp\htdocs\wensfilmsmarty\templates_c\20a5b87 bf1d249a8e4b5bdf6dc560aa9c65c681a.file.header.tpl. cache.php on line 37
Notice: Trying to get property of non-object in C:\xampp\htdocs\wensfilmsmarty\templates_c\20a5b87 bf1d249a8e4b5bdf6dc560aa9c65c681a.file.header.tpl. cache.php on line 37