Raxan for PHP is a powerful open source application framework that uses a set of web related technologies to deliver an integrated solution for building today's rich Web 2.0 applications.
What is Included?
For the Ajax/CSS developer, Raxan comes bundled with the latest jQuery libraries, a dynamic JavaScript/CSS loader and a CSS framework. The CSS framework includes support for grid and elastic layouts, columns, tables, and a lot of other useful features for creating simple to complex web pages with just a few lines of code.
For the PHP developer, Raxan comes bundled with the PDI (Programmable Document Interface) Framework, which includes support for client-server Ajax communications, server-side jQuery DOM manipulation API and a lot of other powerful features.
< ?php require_once("raxan/pdi/autostart.php"); ? >
< div id="myid" >< /div >
Raxan for PHP goes the extra mile to empower developers to take full advantage of their web sites and applications. With built-in Ajax support and DOM manipulation APIs, it's very easy for anyone to start creating extremely powerful interfaces.
< ?php require_once('raxan/pdi/autostart.php'); ? >
< form name="form1" action="" method="post" >
< input id="mybutton" type="button" value="Click Me" xt-bind="click,buttonClick" / >
< div id="msg" / >
< /form >
< ?php
class MyPage extends RaxanWebPage {
// callback function
protected function buttonClick($e) {
// select the #msg element and set html to hello world
$this->msg->html('Hello World');
}
}
? >
Product's homepage
Here are some key features of "Raxan for PHP":
· Build cross browser HTML/Ajax applications
· Create database driven applications
· Build interactive websites to enhance user experience
· Monitor server-side application changes via Ajax connections
· Quickly design and layout HTML pages with a built-in CSS framework
· Easily extend the architecture with reusable plugins and extensions.
· Build multilingual interfaces
· Protect web sites and applications against cross-site scripting attacks and request forgery
· Integrate or extend existing PHP frameworks
· And much more
Requirements:
· PHP