Version
-------------------------------------------------------------------------------
Version 1.2 Moved Singleton Architecture for Objects into the Callable Object class.
Version 1.1.3 Fixed another by causing MethodNotFound incorrectly.
Version 1.1.2 Fixed a bug in the method registration system that prevented. methods from working.
Version 1.1 Added example of objective design pattern.
Version 1.0 JSON RPC Server supporting Objective Design Pattern.
Usage
-------------------------------------------------------------------------------
please see /index.php for example how to use
Autoloader
-------------------------------------------------------------------------------
This Libary provides an autoloader that has to be used to load these classes.
DO NOT TRY AND INCLUDE ANYTHING FROM INSIDE THE JSONRPC FOLDER. the auto loader will do this for you.
Code outline
-------------------------------------------------------------------------------
There is a uncompleted version of phpDocumentation for this procat at: https://mega.nz/#!SEMSWSgQ!rCwYyhVuXmDnMtEfJ8O1e9LGrNrDDuDpjeaDhSzWVCk
this only provides outlines for the handler.php as that is the only file you would normally be interacting with.
|