How can I fetch first n rows in phpcassa(Cassandra)?

JustWatch

New Member
I'd like to get first n rows then next n rows and it continues like that. How can I do that in phpcassa/Cassandra?//Edit
I've seen ColumnFamily::create_slice_predicate method in phpcassa but it's private and get method always expects row key. I want something like Cassandra-Cluster-Admin's browse column family functionality. I just want to know if there's a phpcassa solution or should I dig the thrift API?
 
Top