require_once(__DIR__ . '/../../../vendor/autoload.php'); use Orchard\Mysqli\Wrapper as MysqliWrapper; if (!isset($wrapperObj) || $wrapperObj === null) { $wrapperObj = new MysqliWrapper($mysqli); } use Orchard\FeatureFlags\FeatureService; use Orchard\FeatureFlags\Context\AccountContext; $awsConfigs = yaml_parse_file(APPLICATION_PATH . '/configs/aws.yml'); $logger = Zend_Registry::get('applicationLoggerOA'); $owsFeaturesServiceClient = new FeatureService($logger); ?>