PHP Classes

File: TODO.txt

Recommend this page to a friend!
  Classes of Guilherme Blanco   pAjax   TODO.txt   Download  
File: TODO.txt
Role: Documentation
Content type: text/plain
Description: TODO List
Class: pAjax
Do RPC calls from the browser without page reloads
Author: By
Last change: Removing one item
Date: 17 years ago
Size: 843 bytes
 

Contents

Class file image Download
############################################################################### # pAjax TODO # ############################################################################### - Add behavior to support inline scripts (no function or method calls) Use output buffer to returned string and preventing browser crash - Support factory calls. This is a limitation that disable the ability to use private members and use the get methods. For example: obj.getSubObj().anotherPublicSubObj.execMethod << do not allowed - Support static method calls, ie: Class::SomeMethod - Support more browsers by using hidden iframe technique - Create own XML support instead of use another classes dependencies - Create a web page to support this class