From: Anthony Talarico Date: Thu, 31 Mar 2016 14:42:49 +0000 (-0400) Subject: testing data class file with no class definition X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ddedc0043944949e060ab523c4b46a0bb65c77ab;p=prog%2FPelstonFlightData.git testing data class file with no class definition --- diff --git a/glmfds.php b/glmfds.php index 42a8223..874946a 100644 --- a/glmfds.php +++ b/glmfds.php @@ -6,31 +6,31 @@ include( 'xml_functions.inc' ); define( 'EXPECTED_NWS_MSG_MAJ_VERSION', '1' ); // Expected message XML message version from NWA echo 'Gaslight Media - Northwest Airlines Flight Data Capture

'; -class FlightData{ - - /** - * WordPress Database Object - * - * @var $wpdb - * @access public - */ - public $wpdb; - /** - * Plugin Configuration Data - * - * @var $config - * @access public - */ - public $config; - - public function __construct ($wpdb, $config) - { - // Save WordPress Database object - $this->wpdb = $wpdb; - - // Save plugin configuration object - $this->config = $config; - } +//class FlightData{ +// +// /** +// * WordPress Database Object +// * +// * @var $wpdb +// * @access public +// */ +// public $wpdb; +// /** +// * Plugin Configuration Data +// * +// * @var $config +// * @access public +// */ +// public $config; +// +// public function __construct ($wpdb, $config) +// { +// // Save WordPress Database object +// $this->wpdb = $wpdb; +// +// // Save plugin configuration object +// $this->config = $config; +// } @@ -228,6 +228,6 @@ if( trim($XMLData) != '' ) -} + echo ''; ?>