Changes between Version 10 and Version 11 of AjaxList


Ignore:
Timestamp:
2010-09-02T17:39:39Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v10 v11  
    66
    77=== Requirements ===
    8  * For best results, PHP 5.2 is recommended.
     8 * For best results, PHP 5.2 is recommended:
     9  * PHP 5.2 needs no extra configuration.
    910  * PHP version bellow 5.2 should compile, and enable the PHP JSON plugin to achieve best performance.
    10   * A much slower version of JSON parce is included with iPeer, and will be used if the above is missing.
     11  * A much slower version of JSON parce is included with iPeer, and will be used if all the above are missing.
    1112  * A session component is required to keep track of a list' state. Ajax List uses CakePHP's Session component.
    1213  * If possible, the client's browser should leave the cookies enabled, so that Ajax List can keep track of what page number the client is on.