• DrZippie's avatar
    Authentication with Curl and Http Adapter · 33a16826
    DrZippie authored
    $config = array(
    	'adapteroptions' =>
    		array ('host' =>  '127.0.0.1', 'username' => 'user', 'password' =>
    			'pass', 'port' => '8983'
    		)
    	);
    $client = new \Solarium_Client(  $config );
    // $client->setAdapter('Solarium_Client_Adapter_Curl');
    33a16826
Http.php 4.77 KB