Source for file FeatureServerCreateProxy.php
Documentation is available at FeatureServerCreateProxy.php
* Class Proxy feature server quant la requete est de type Create
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Class Proxy feature server quant la requete est de type Create
* Foward the call end return the result
$strPathInfo =
self::getPathInfo();
curl_setopt($objCurl, CURLOPT_POSTFIELDS, $GLOBALS['HTTP_RAW_POST_DATA']);
* Retourne le nom de l'action réaliser par le proxy (Create - Read - Update - Delete)
return self::CRUD_CREATE;
Documentation generated on Thu, 19 Jan 2012 00:08:27 +0400 by phpDocumentor 1.4.1