Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    PHP AJAX 1.5.1

    Download button

    No screenshots available
    Downloads: 606  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.9/5)
    12 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    PHP Ajax Team | More programs
    BSD License / FREE
    March 1st, 2008, 21:19 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    PHP AJAX description

    PHP AJAX is a framework for write ajax applications without write a line of Javascript, only writing PHP classes.

    PHP AJAX is a framework for write AJAX applications without write a line of Javascript, only writing PHP classes. It is full compatible for PHP 4 and greater.

    HOW PHPAJAX WORKS

    The only think you need to do for have ajax application with phpajax is inherit the "phpajax" class then override the method main, there you need to put the action to do.

    Optionally you can override the method input, for read inputs from the client, and loading, for set what action do while the ajax request is in process.

    class ajax_app extends phpajax {
    function input() {
    }

    function loading() {
    }

    function main() {
    }
    }

    Then in your HTML Code you need to a javascript function with the same name of the phpajax class.

    < a href="#" onclick="ajax_app()" >Trigger Ajax< /a >

    About AJAX

    AJAX (Asynchronous JavaScript and XML), or Ajax, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, functionality, and usability.

    Product's homepage

      


    TAGS:

    PHP class | PHP library | AJAX framework | PHP | AJAX | class



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM