abstract.php
1.43 KB
<?php
/**
* Copyright (c) "kento" Karim Rahimpur www.itthinx.com
*
* This code is provided subject to the license granted.
*
* UNAUTHORIZED USE AND DISTRIBUTION IS PROHIBITED.
*
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*/
include_once( dirname( __FILE__ ) . '/class-affiliates-database.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-validator.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-affiliate.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-affiliate-profile.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-attributes.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-referral.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-affiliates.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-totals.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-graph-renderer.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-link-renderer.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-stats-renderer.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-url-renderer.php' ); include_once( dirname( __FILE__ ) . '/class-affiliates-affiliate-stats-renderer.php' );