Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Commit b79e073

Browse files
author
Oxford
authored
Edited intro
1 parent af2b37f commit b79e073

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# PHPFront
22

3-
-----------------------------------------------
3+
PHPFront will help you read/write content on HTML templates from within your PHP application, read/write on attributes, traverse up/down the full document, manipulate - create, repeat, import, relocate, replace, remove - elements dynamically, produce a clean HTML output that represents your entire application. This is server-side rendering.
44

5-
PHPFront is a fully-featured template engine for PHP.
6-
It facilitates the globally-held standard of code separation in application building.
7-
It helps you dynamically render application content on templates without mixing application codes (PHP) with presentation codes (HTML).
8-
9-
* This code separation brings about cleaner and more maintainable code - the same reason why you do not mix CSS styles with HTML.
10-
* And on the critical side, you avoid all the security issues associated with using PHP codes on HTML templates.
11-
12-
Furthermore, PHPFront brings all the ease and fun to your code, and a whole lot of new possibilities!
5+
It implements the JQuery API with its powerful CSS3 selectors and chainable methods. It is well-tested and greatly optimized for use in websites and other PHP-based applications; built with love to bring all the ease and fun to your code, and a whole lot of new possibilities!
136

147
# Installation
158
## Requirement

0 commit comments

Comments
 (0)