You are here

constant PHPVER in Campaign Monitor 5.2

Same name and namespace in other branches
  1. 6.3 lib/CMBase.php \PHPVER
  2. 6.2 lib/CMBase.php \PHPVER

This is an all-inclusive package for interfacing with Campaign Monitor's services. It supports SOAP, GET, and POST seamlessly (just set the $method property to 'soap', 'get', or 'post' before making a call) and always returns the same view of data regardless of the method used to call the service.

See README for more information on usage and details.

CHANGES: 2008-04-28 -------------------

  • Now compatible with PHP4. Biggest changes include removing reliance on enhanced OOP syntax, and using XML Parser functions instead of SimpleXML.
  • Base class (CMBase) branches into CampaignMonitor and MailBuild
  • CMBase contains all the shared API calls (and extended functionality related to those) between both classes.

@package CampaignMonitorLib @subpackage CMBase @version 1.0 @author Kaiser Shahid <knitcore@yahoo.com> (www.qaiser.net) @copyright 2007-2008

See also

http://www.campaignmonitor.com/api/

1 use of PHPVER
CMBase::makeCall in lib/CMBase.php
* The direct way to make an API call. This allows developers to include new API * methods that might not yet have a wrapper method as part of the package. * *

File

lib/CMBase.php, line 59

Code

define('PHPVER', phpversion());