Changes between Version 3 and Version 4 of AjaxList


Ignore:
Timestamp:
2010-09-01T21:45:25Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v3 v4  
    22== Ajax List ==
    33
    4 The Ajax List component of iPeer is responsible for creating lists from data. It is implemented as a Cake PHP component, and works with cake-like formated data. This the advantages of this component include quick list control creation, with features default like filters, sorting, and  search.
     4The Ajax List component of iPeer is responsible for creating lists from data. It is implemented as a Cake PHP component, and works with cake-like formated data.[[br]]
     5The advantages of Ajax Listinclude quick list control creation, with features default like filters, sorting, pagination, state retention, and search. The amount of initial set up is usually minimal. As Ajax List is a single component, any list-related bug in iPeer can be traced down to this component, and fixed. There are some mechanisms to extend the list's functionality, but moderate to highly custom features could require code modifications to Ajax List.
    56
     7== Requirements ==
     8For best results, PHP 5.2 is recommended. PHP version bellow 5.2 should compile, and enable the PHP JSON plugin to achieve best performance.
     9