PHPS 0.6 review

Download
by rbytes.net on

PHPS application provides the ability to seperate content from functionality, mostly having to do with HTML

License: GPL (GNU General Public License)
File size: 0K
Developer: Jon Rafkind
0 stars award from rbytes.net

PHPS application provides the ability to seperate content from functionality, mostly having to do with HTML. Pages are written in pseudo-HTML, as you would normally, and then converted into an intermediate representation of PHP objects which you can then manipulate any way you like.

Once you are done manipulating the objects simply call the render() method and the objects will echo back the HTML they represent. With this approach you can define the page without having to worry about the order of objects as they appear on the page, besides having a cleaner design.

What's New in This Release:
Added generic JavascriptAttr for all javascript events and added these attributes to BasicTag
Added all javascript on* events
Add a 'checked' attribute object

PHPS 0.6 keywords