Login   Register  
PHP Classes
elePHPant
Icontem

File: jApi_server/pull.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bijaya Kumar Behera  >  jApi RPC  >  jApi_server/pull.php  >  Download  
File: jApi_server/pull.php
Role: Example script
Content type: text/plain
Description: auxiliary file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change:
Date: 2013-09-20 00:18
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();
?>