Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: Co myslicie o tymrozwiazaniu ?
Forum PHP.pl > Forum > Gotowe rozwiązania > Systemy szablonów
miro20
Jak narazie pewnie prymitywne ale coz mozna osiagnac po takim czasie spedzonym ze smarty

index.php
<?


require('/usr/Smarty/Smarty.class.php');
$smarty = new Smarty();

$smarty->template_dir = '/usr/krasnal/www/nowy/desings';
$smarty->compile_dir = '/usr/krasnal/www/nowy/desings/templates_c';
$smarty->cache_dir = '/usr/krasnal/www/nowy/desings/cache';
$smarty->config_dir = '/usr/krasnal/www/nowy/desings/config';
if ($show==home) {
$smarty->assign('file','../html/home.html');
}
else

if ($show=="wysz"){
$smarty->assign('file','../html/wysz.html');
}
else

if ($show==registre) {
$smarty->assign('file','../html/registre.html');
# include('./registre.html');
}
else

if ($show==login) {
$smarty->assign('file','../html/login.html');
}
else

if ($show==contactus) {
$smarty->assign('file','../html/contactus.html');
}
else

if ($show=="")
{
$smarty->assign('file','../html/home.html');
}

$smarty->display('index.tpl');

?>


index.tpl

{include file="$file"}

tylko to istotne include odnosi sie do okna glownego gdzi ebeda wyswietlane poszczegolne podstrony reszta w indext.pl to tabele i reszta grafiki
Cysiaczek
Dodaj bbcode do listingu

Może wyjaśnisz, co to jest? Absolutnie nie rozumiem ideii i dlaczego w tym dziale to umieszczasz?
Keenic
Jemu chyba chodzi o te if'y i includowanie przez nie.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.