Einzelnen Beitrag anzeigen

Benutzerbild von 3_of_8
3_of_8

Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
 
Turbo Delphi für Win32
 
#10

Re: [PHP] Vererbung in PHP

  Alt 8. Jun 2006, 09:09
20 kb Code, soo groß isses wieder auch nicht.

Das besondere an dieser Engine soll ja sein, dass sie klein ist und eigentlich auf jedem Brauser laufen sollte, ohne JavaScript, Java, Flash usw... Reines HTML (Nur die Musik mit Flash, das lässt sich halt nicht anders amchen)

EDIT: Hab mir das Smarty mal angeschaut. Tolle Sache, aber für meine Templates reicht das auch aus. Mein Main-Template ist sehr einfach, sieht etwa so aus:

Code:
<html>
<head>
<title>$title</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<style type="text/css">a { color:black; font-size:15px; text-decoration:none; line-height:15px;}</style>
$menu
<span style="position: absolute; left:8; top:52; width:700; height:500; background:url($bgpicture) no-repeat scroll 0px 0px">
$redirect
$selecteditempic
$objectbit
<table style="position: absolute; left:8; top:508; width:700">
<tr><td style="text-align: center;">$message</td></tr>
<tr><td>$pocket</td></tr>
</table>

$bgmusic

</body>
</html>
Manuel Eberl
„The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
  Mit Zitat antworten Zitat