2017 © Pedro PelĂĄez
 

library zohocreator-api

A class to consume Zoho Creator's API.

image

pel/zohocreator-api

A class to consume Zoho Creator's API.

  • Sunday, September 20, 2015
  • by pelevesque
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

zohocreator-api

About

This is a PHP class to consume Zoho Creator's API., (*1)

https://www.zoho.com/creator/, (*2)

Usage

Here are the class's public methods. For more information on usage, please visit Zoho Creator's website., (*3)

// Initializes the class.
$zoho = new Zoho_Creator_API($login_id, $password, $api_key, $application_name);

// Initializes an API ticket.
$zoho->init_api_ticket();

// Kills an API ticket.
$zoho->kill_api_ticket();

// Adds an entry.
$zoho->add($form_name, $data_array);

// Updates an entry.
$zoho->update($form_name, $data_array, $criteria, $reloperator);

// Updates if exists, adds if not.
$zoho->update_else_add($form_name, $data_array), $criteria);

The Versions

20/09 2015

dev-master

9999999-dev

A class to consume Zoho Creator's API.

  Sources   Download

MIT

The Development Requires

by Pierre-Emmanuel Lévesque

zohocreator