anhphuong

Results 3 issues of anhphuong

Hi everybody, I try create new Table / ColumnFamily like this cql: CREATE TABLE users(uname text,age int, PRIMARY KEY(uname,age)); So, I don't known how to do with this Php-Client-Library to...

Hi, I have an problem when I try to get data by Operator Greater & Less than. First, I use this code: $aged24 = $cassandra->cf ( 'user' )->getWhere ( array...

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...