- Developper API  2.0.5
developerApi_2.0.5/Config.php
Go to the documentation of this file.
00001 <?php
00012 //File to includes
00013 require_once("DataObjectFactory.php");
00014 require_once("Utils.php");
00015 require_once("Property.php");
00016 require_once("Wine.php");
00017 require_once("Winery.php");
00018 require_once("Owner.php");
00019 require_once("Range.php");
00020 
00021 //Global variables to call in function using: global keyword
00022 $errorEnable = false;
00023 $debugEnable = false;
00024 $infoEnable = true;
00025 $testEnable = true;
00026 
00027 $apikey = "b6119b16be4f3413d84f2df0be251be6";
00028 
00029 ?>