Re: SimpleCassie - ORM PHP Client

2010-03-20 Thread Marcin
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

Re: SimpleCassie - ORM PHP Client

2010-03-20 Thread Jonathan Ellis
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

SimpleCassie - ORM PHP Client

2010-03-20 Thread Marcin
Hi guys, I would like to share with you link to the PHP client for Cassandra build with flexibility and easy use in mind. It implements some of the ORM concepts. here you go: http://code.google.com/p/simpletools-php/wiki/SimpleCassie P.S. Appreciate any feedback. cheers, /Marcin