DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamesmarty
BeschreibungTemplate engine for PHP
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.6.26-0.1ubuntu1
Sektionuniverse/web
Prioritätoptional
Installierte Größe752 Byte
Hängt ab vonphp5 | php5-cgi | php5-cli | php4 | php4-cli | php4-cgi
Empfohlene Pakete
PaketbetreuerUbuntu Core Developers
Quelle
Paketgröße199876 Byte
Prüfsumme MD56d92a0e5eb438c885f1ed46fd94431e6
Prüfsumme SHA18ee7d32449a6d14d83ec8bda2de4ed432feb6a0e
Prüfsumme SHA25660329fa0d44ae76858adf797fc67e041cb4644171b443dc1883746bb5f28eac5
Link zum Herunterladensmarty_2.6.26-0.1ubuntu1_all.deb
Ausführliche BeschreibungSmarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. . This is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person. For example, let's say you are creating a web page that is displaying a newspaper article. The article headline, tagline, author and body are content elements, they contain no information about how they will be presented. They are passed into Smarty by the application, then the template designer edits the templates and uses a combination of HTML tags and template tags to format the presentation of these elements (HTML tables, background colors, font sizes, style sheets, etc.) One day the programmer needs to change the way the article content is retrieved (a change in application logic.) This change does not affect the template designer, the content will still arrive in the template exactly the same. Likewise, if the template designer wants to completely redesign the templates, this requires no changes to the application logic. Therefore, the programmer can make changes to the application logic without the need to restructure templates, and the template designer can make changes to templates without breaking application logic.


Impressum
Linux is a registered trademark of Linus Torvalds