PHP Classes

File: jApi_server/pull.php

Recommend this page to a friend!
  Classes of Bijaya Kumar Behera   jApi RPC   ???   Download  
File: jApi_server/???
Role: Example script
Content type: text/plain
Description: auxiliary file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change:
Date: 11 years ago
Size: 258 bytes
 

Contents

Class file image Download
<?php
 
  define
('jApi_ds', DIRECTORY_SEPARATOR );
 
define('jApi_root', dirname(__FILE__));

 
//
 
require_once (jApi_root . '/' . 'jApi_config.php' );
    
 
//
 
jAPI::init($jApi_rules);

 
//
 
jAPI::call();

 
//
 
jAPI::output();
?>