PHP Classes

File: ReadMe.txt

Recommend this page to a friend!
  Classes of Martin Barker   PHP JSON RPC Objective Server   ReadMe.txt   Download  
File: ReadMe.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: PHP JSON RPC Objective Server
Handle API requests to a JSON RPC server
Author: By
Last change: Updated link for documentation
Date: 4 years ago
Size: 1,230 bytes
 

Contents

Class file image Download
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.