I'm starting try use this lib, but it have that error at index.php file
My php is 5.5
My code here:
$nodes = [
127.0.0.1'
];
try {
// Connect to database.
$database = new \evseevnn\Cassandra\Database($nodes, 'demodb');
$database->connect();
Please tell me how to fix!
Thanks
I'm starting try use this lib, but it have that error at index.php file
My php is 5.5
My code here:
$nodes = [
127.0.0.1'
];
try {
// Connect to database.
$database = new \evseevnn\Cassandra\Database($nodes, 'demodb');
$database->connect();
Please tell me how to fix!
Thanks