Changes between Version 10 and Version 11 of AjaxList
- Timestamp:
- 2010-09-02T17:39:39Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v10 v11 6 6 7 7 === 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. 9 10 * 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 ismissing.11 * A much slower version of JSON parce is included with iPeer, and will be used if all the above are missing. 11 12 * A session component is required to keep track of a list' state. Ajax List uses CakePHP's Session component. 12 13 * 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.