Chip is a template engine written for use with both PHP and Perl. It is designed to provide both the programmer with a flexible toolset for quick HTML parsing and output, and the designer with a simple parsing control syntax. Instead of completely separating the business logic end of the code from the HTML portion, Chip allows the design end to utilize a tag-like command set to control HTML code output.

PropertyValue
dbpedia-owl:genre
dbpedia-owl:license
p:abstract
  • Chip is a template engine written for use with both PHP and Perl. It is designed to provide both the programmer with a flexible toolset for quick HTML parsing and output, and the designer with a simple parsing control syntax. Instead of completely separating the business logic end of the code from the HTML portion, Chip allows the design end to utilize a tag-like command set to control HTML code output. With HTML code control tags that more resemble real HTML, Chip "GUI" files can be syntax highlighted with the same parameters as HTML. GUI files, or rather the files containing the HTML, contain more than one template. Templates are created an included in a "new" tag, and can be linked or embedded in each other to create dependencies. In this way a single GUI file can be used either for an entire section or just a single page (i.e. a homepage). Each template has its own separate cache, to allow for particular code flow. Looping in Chip can be managed as the programmer sees fit. Since the HTML code is split up into separate templates and each template cached, it is possible to parse the same template over and over again with different variables to produce a list-like output. The second option is to use the built in foreach tag and to set only one GUI variable as an array. The rest will be handled by the GUI code. (en)
p:developer
  • Mike A. Leonetti (en)
p:genre
p:hasPhotoCollection
p:latestReleaseDate
  • 16th August 2006 (en)
p:latestReleaseVersion
  • 0.31 (xsd:double)
p:license
p:name
  • Chip Template Engine (en)
p:website
p:wikiPageUsesTemplate
p:wordnet_type
rdf:type
rdfs:comment
  • Chip is a template engine written for use with both PHP and Perl. It is designed to provide both the programmer with a flexible toolset for quick HTML parsing and output, and the designer with a simple parsing control syntax. Instead of completely separating the business logic end of the code from the HTML portion, Chip allows the design end to utilize a tag-like command set to control HTML code output. (en)
rdfs:label
  • Chip Template Engine (en)
owl:sameAs
skos:subject
foaf:name
  • Chip Template Engine
foaf:page
is owl:sameAs of