Fake Template Engine php
- by user1464822
i got an idea for making php template engine fast and user friendly but i'm not sure if it's good or bad.
the idea is to create a fake template engine:
creating a template editor in control panel that let user see something like this:
<html>
<head>
<title>{title}</title>
</head>
<body> {content}…