PHP Classes

File: docs/index.html

Recommend this page to a friend!
  Classes of sunish   RSPA   docs/index.html   Download  
File: docs/index.html
Role: Auxiliary script
Content type: text/plain
Description: index.html
Class: RSPA
Process browser events on the server using AJAX
Author: By
Last change:
Date: 17 years ago
Size: 3,821 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

  <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">


  <title>Really Simple PHP and Ajax (RSPA)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>



<body bgcolor="#e1ffc4">

<div style="text-align: center;">

<h1 style="background-color: rgb(102, 0, 0); color: rgb(255, 255, 255);">Really Simple PHP
and Ajax (RSPA)</h1>

<dd><br>

 
  <table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">

    <tbody>

    <tr>

      <td style="vertical-align: top;"><br>

      </td>

          <td style="vertical-align: top; text-align: right;"><a href="http://sourceforge.net/project/showfiles.php?group_id=161053">Downloads</a>&nbsp;&nbsp;&nbsp;
            -&nbsp;<a href="tutorial.html">Tutorial</a>&nbsp;&nbsp;&nbsp; -&nbsp;
            <a href="examples.html">Online
            Examples</a><br>

      </td>

    </tr>

    <tr>

      <td style="vertical-align: top;"><br>

      </td>

      <td style="vertical-align: top;"><br>

      </td>

    </tr>

    </tbody>
 
  </table>

 
  <div style="text-align: justify;">
  <p><span style="font-weight: bold; color: rgb(204, 0, 0);">**** RSPA is now available for&nbsp; PHP 4 and PHP 5 ****</span></p>
  </div>
</dd>
<dd>
  <div style="text-align: justify;">
  <p>RSPA is a component based event driven ajax enabled
  framework for <span style="font-weight: bold;">PHP4 and PHP 5.</span> It is a combination of plane PHP class and HTML. </p>

 
  <p>Using this framework you can call server side PHP class functions from client side
  control events.&nbsp; And in the server side function you can directly manipulate client
  side objects.<br>

  <br>

  <big>I Use <a href="http://prototype.conio.net/">Prototype</a> and <a href="http://script.aculo.us/">script.aculo.us!</a></big><br>

  <br>

  <big style="font-weight: bold;"><big>Features</big></big> </p>
  <ol>

    <li>Designer friendly since design is in plain HTML. It uses existing HTML controls.</li>

    <li>Can use simple PHP classes, Controls in HTML will be directly populated to PHP class.</li>

    <li>Can call PHP class methods directly from HTML control events.</li>

    <li>Can change the value and behavior of HTML controls from PHP method.</li>

    <li>The whole process is backed by ajax.</li>

    <li>Provides custom controls for non standard HTML controls like<span style="font-weight: bold;"> Label, AutoComplete, FCKEditor</span> etc.<br>

    </li>

 
  </ol>

 
  <table bgcolor="#ffffff" border="0" width="50%">

    <tbody>
      <tr>

      <td bgcolor="#660000"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>HTML Source</strong></font></td>

    </tr>

    <tr>

      <td><img src="images/html_src.gif" height="195" width="648"></td>

    </tr>

    <tr>

      <td bgcolor="#660000"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>PHP Class Source</strong></font></td>

    </tr>

    <tr>

      <td><img src="images/php_src.gif" height="200" width="603"></td>

    </tr>

    <tr>

      <td bgcolor="#660000"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>Result</strong></font></td>

    </tr>

    <tr>

      <td><img src="images/result.gif" height="150" width="317"></td>

    </tr>

 
    </tbody>
  </table>

     
  <p>Let me know your suggestions and improvements <a href="mailto:sunish.kumar@gmail.com">sunish.kumar@gmail.com</a></p>

  </div>
  <p><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=161053&amp;type=4" alt="SourceForge.net Logo" border="0" height="37" width="125"></a> <br>

  </p>

</dd>

</div>

</body>
</html>