About PHPFront
PHPFront is a fully-featured template engine for PHP.
It facilitates the globally-held standard of code separation in application building.
It helps you dynamically render application content on templates without mixing application codes (PHP) with presentation codes (HTML).
- This code separation brings about cleaner and more maintainable code - the same reason why you do not mix CSS styles with HTML.
- And on the critical side, you avoid all the security issues associated with using PHP codes on HTML templates.
Furthermore, PHPFront brings all the ease and fun to your code, and a whole lot of new possibilities!
Key Goals
The development of PHPFront was largely driven by these goals:
- To facilitate clean separation of application code (PHP) from presentation markup (HTML).
- To work within the available coding languages and conventions – PHP, HTML, CSS - that everyone is used to; and not attempt to create a new language or proprietary syntaxes like other template engines do.
- To offer total control of templates from the backend as if there were no isolation.
- To make it seamless for programmers and designers to deploy PHPFront, or even to undeploy whenever they would choose to.
- To make templating easy and fun.
Development
Code
View source on Github: ox-harris/phpfront
Author
Oxford Harrison ox_harris@yahoo.com
License
GPL-3.0 www.gnu.org/licenses
Acknowledgements
Sponsors
- Ox-Harris Creative