Hi,
Ich fange grade mit PHP an und hab mir ne Funktion gebaut.
Delphi-Quellcode:
function InitializeSmarty()
{
$smarty = new Smarty;
$smarty->template_dir = 'templates';
$smarty->compile_dir = 'templates/build';
return $smarty;
}
Vielleicht kennen ja ein paar leute die Smarty-Klasse.. Is ein Template System. Aber das spielt ja eigentlich keine Rolle.. jedenfalls ruf ich das ganze so auf:
Delphi-Quellcode:
$mysmarty = InitializeSmarty();
// Weitere Aktionen
Aber da gibts Fehler auf der Seite
Zitat:
Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/lyeelia/Index.php on line 39
Wie macht mans richtig?
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."