Closed LeoLR closed 9 years ago
Try putting a backslash before the fully qualified namespace:
$nodes = ['127.0.0.1'];
$database = new \evseevnn\Cassandra\Database($nodes, 'keyspace');
Thank you, that work's!
@LeoLR no problem, happy to help
Hi,
I try to use the php cassandra binary, but i've some problems... I'm new on symfony and when i write :
I've this error:
If anyone have a idea?
Thanks!