Smarty is a template engine for PHP. One of the unique aspects about Smarty that sets it apart from other templating solutions is that it compiles the templates into native php scripts upon the first execution. After that, it just executes the compiled PHP scripts. Therefore, there is no costly template file parsing for each request. Smarty is also _extremely_ extensible by easily adding custom functionality yourself.
ANG
GES
G
P
How do you build html form objects to make them dynamic? Why would you want to? What are examples of dynamic form objects scripted in php? We will ...
ANG
GES
G
P
So you finally managed to install PHP and are now ready to conquer the web. You type: phpinfo(); ?> and get the pretty "Hello World from PHP". Al ...
ANG
GES
G
P
Bisher musste man die Bookmark-Services ewig im Internet suchen. Das kostete schon viel Zeit. Dann bekamen Sie nur einen einzelnen Bookmark-Button ...
ANG
GES
G
P
Ein Newsletterscript, mit voll Anpassbarem Mail-Header und Footer.
Mit Adminbereich über das man bequem seinen Mitgliedern Mails schicken kann.
...
ANG
GES
G
P
Mit diese simplen Funktion lassen sich einzelne Variablen oder ein Array über eine Funktion "entschärfen". e() entfernt HTML-Tags sowie Leerzeic ...
ANG
GES
G
P
Mit diesem Webkatalog ist es möglich verschiedenartige Einträge zu Katalogisierbaren Themenkomplexen anzuzeigen. Dabei können die Einträge in ...
ANG
GES
G
P
Oftmals wird gefragt wie man einen grafischen Counter mit PHP realisieren könnte. Um eine grafische Ausgabe zu realisieren benötigt man die GD L ...
ANG
GES
G
P
Gästebuch basierend auf PHP und MySQL, sehr klein, übersichtlich und sehr einfach zu installieren, benötigt eine MySQL Tabelle, individuell anp ...