PHP SimpleFaces

           Ajax enabled UI framework for PHP - Create and deploy thin-client rich Internet applications (RIA) in pure PHP


Overview

SimpleFaces is a lightweight UI framework for easily integrating AJAX capabilities into PHP applications.

With SimpleFaces instead of:
- using templates you will define layout rules
- manipulating HTML code you use a component library
- writing JavaScript you will be coding in pure PHP
- using Forms you will gain direct access to UI elements


SimpleFaces is a PHP based Ajax enabled UI framework which simplifies the creation and handling of frontend forms and interfaces.

SimpleFaces uses XML based form definition files to render the HTML and CSS needed by your application.

SimpleFaces automatically generates JavaScript on the fly to delegate full frontend control over to the appropriate handler classes in PHP.

The effect os Simplefaces is that all frontend elements can be manipulated from the PHP backend directly without having to write any JavaScript code.

SimpleFaces saves you time and effort by generating HTML code from layout rules.

SimpleFaces increases security by hiding business logic in the server-side application backend.

SimpleFaces simplifies user interface programming by delegating all frontend events to handler classes making frontend manipulation possible directly from PHP.

© 2009 Osvath - Boros Robert
Cluj-Napoca, 400370, Romania
http://www.ready2run.ro


News

2009.December.16
Preparing first public alpha version for release.

2009.November.28
Specification ready, coding underway. Firsts tests look promising.

 

  Demo

>> Demo 1: A very simple control
>> Demo 2: A registration form with multiple interactions
>> Demo 3: A file upload form with validation

 

  Download

Download the techdemo here (not available yet)
Early preview comming soon.