thank you very much!
It works but I have another problem
now, the constructor of ColumnFamily is throwing an
"cassandra_NotFoundException" exception,
I noticed this happens because $ks->cf_defs is empty
but I don't understand what is this, or how to solve it...
again, thank you!
> On Fri, Jan 14, 2011 at 12:34 PM, Jo Juda <
jo.eter...@googlemail.com> wrote:
> > I am trying to use phpcasse
>
> > I use the following example
>
> > CassandraConn::add_node('localhost', 9160);
> > $users = new CassandraCF('rhg', 'Users'); // ColumnFamily
> > $users->insert('1', array('email' => '
t...@example.com', 'password' =>