PHPLiveX 2.5 Released
After a long time, development of the library is started again. During this long time, the advancements on web 2.0 and ajax frameworks were carefully tracked. With bug reports and advices coming from users, these are all considered during development. Potential of the library is seriously increased with new features and optimizations whereas the usage stays simple. To satisfy deficiencies and fix the bugs, many changes are applied to structure of the library. So, it is recommended to take a look at the new documentation and examples.
Version Notes:
- Changed the ajaxification of php functions ("Ajaxify" method instead of "Export")
- Changed the ajaxification and use of class methods (e.g. "AjaxifyObjects" method instead of "ExportObjects")
- Added php AjaxiyAll method
- Added php Decode method and changed the Encoding property
- Removed ExternalJS property. Instead, Run method indicates whether the js class file is included
- Added new event handlers like onLoading, onInteraction etc.
- Added new options: headers and params
- Changed the name and use of some options. See the complete list of options
- Changed the name and use of "ExternalCall" method (ExternalRequest)
- Fixed bug occured when submitting some form values (radio, checkbox etc.). The argument order was changed in SubmitForm method
- Fixed bug occured when using non-unicode charset encodings (e.g. iso-xxxx-x). See the example about using ajax requests with non-unicode charsets
- Fixed bug occured when using interval parameter with ExternalRequest method
- Added error control structure for request options
Comments
To keep a old code unchanged. I would suggest the flowing code for the constructor function. :
if(!empty($functions)){
if(is_string($functions))
$this->Ajaxify(array($functions));
else $this->Ajaxify($functions);
}
I appreciate allot. It use full.
Sender: Elarabi - Date: 01.11.2008 - 02:21:53
i am waiting for an ajax file upload
Sender: pauli - Date: 19.08.2008 - 10:35:52
good to see the ajax form submit working properly
Sender: ice - Date: 11.08.2008 - 20:47:49
very good! now i have whatever i need to write my php ajax template
Sender: temu - Date: 11.08.2008 - 20:45:50

Sending Message...

