Hi Jonathan,
of course, in order to use TimeUUID you need to use $cassie->uuid()
which will generate uuid object, which can be passed directly into
->column().
i.e. for setting new entry
$cassie->keyspace('MyBlog')->cf('RawFood')->key('Posts')->column($cassie->uuid())->set('I
like green food
Cool, thanks!
Does it make it easy to use TimeUUID columns? Because that is the
biggest problem I see people having from PHP.
On Sat, Mar 20, 2010 at 7:32 AM, Marcin wrote:
> Hi guys,
>
> I would like to share with you link to the PHP client for Cassandra build
> with flexibility and easy use i