-
Notifications
You must be signed in to change notification settings - Fork 0
menaka123/simple_php_template_engine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Task:
Build a simple template engine in a language of your choice (extra credit for PHP),
that takes template.tmpl (no touching) and the following variables (format them for your chosen language) as input.
Variables:
Name = "Your name goes here"
Stuff = [
[
Thing = "roses",
Desc = "red"
],
[
Thing = "violets",
Desc = "blue"
],
[
Thing = "you",
Desc = "able to solve this"
],
[
Thing = "we",
Desc = "interested in you"
]
]
More extra credit:
Use (and handle) extra.tmpl instead of template.tmpl
About
its a simple template engine to use.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published