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 Mon, 20 Feb 2012 13:46:11 -0500 by phpDocumentor 1.4.1