• Home
  • About Us
  • Documentation
  • Download
  • Licenses
  • Contact Us

InterJinn

Development Framework For PHP

Documentation

  • JinnDocs
  • Installation
  • Configuration
  • Modules
  • Services
  • Sessions
  • Profiles
  • Caches
  • Properties
  • Database
  • FormJinn
  • TemplateJinn
    • Templates
    • Source Files
    • Patterns
    • Compiling
    • Jinn Tags
    • Jinn Embeds
  • Multilingualism

Tag: <jinn:append/>

Jinn Tags

  • <jinn:accFlush/>
  • <jinn:accumulate/>
  • <jinn:append/>
  • <jinn:comment/>
  • <jinn:component/>
  • <jinn:echo/>
  • <jinn:else/>
  • <jinn:elseif/>
  • <jinn:file/>
  • <jinn:foreach/>
  • <jinn:if/>
  • <jinn:image/>
  • <jinn:link/>
  • <jinn:main/>
  • <jinn:module/>
  • <jinn:pageTitle/>
  • <jinn:prepend/>
  • <jinn:property/>
  • <jinn:render/>
  • <jinn:rollover/>
  • <jinn:source/>
  • <jinn:template/>
  • <jinn:title/>

Abstract

Similar to <jinn:prepend/>, this tag is used to include an append statement to the end of the compiled content. This is necessary if you have used the <jinn:prepend/> tag because it is responsible for having InterJinn run any destructor code for any modules or services.

Example:
<jinn:append/>
Copyright © 2001-2008 Robert Cummings
All Rights Reserved