PHP Classes

File: apibuilder/language/en.php

Recommend this page to a friend!
  Classes of Rodolfo Pereira Romano   PHP API Server Builder   apibuilder/language/en.php   Download  
File: apibuilder/language/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP API Server Builder
Build a REST server API from custom classes
Author: By
Last change:
Date: 9 years ago
Size: 281 bytes
 

Contents

Class file image Download
<?php
    define
('ERROR_ACCESS_DEINED', "Invalid acess key");
   
define('ERROR_COMMAND_NOT_FOUND', "Invalid command");
   
define('ERROR_INVALID_VERSION', "Invalid API version");
   
define('ERROR_METHOD_NOT_FOUND', "Invalid method");
   
define('ERROR_PARAM_REQUIRED', "Parameter Required");
?>