_struct = ' { "session" : {"type":"string", "size":128, "mandatory":true, "key":true }, "username" : {"type":"string", "size":64 }, "password" : {"type":"string", "size":64 }, "hash" : {"type":"string", "size":128 }, "resource" : {"type":"string", "size":64 }, "rid" : {"type":"int", "size":8, "mandatory":true }, "sid" : {"type":"string", "size":64 }, "id" : {"type":"int", "size":8, "mandatory":true }, "port" : {"type":"int", "size":5, "mandatory":true }, "host" : {"type":"string", "size":64, "mandatory":true }, "domain" : {"type":"string", "size":64, "mandatory":true }, "config" : {"type":"text" }, "active" : {"type":"int", "size":4 }, "start" : {"type":"date" }, "timestamp" : {"type":"date" }, "mechanism" : {"type":"string", "size":64 } }'; parent::__construct(); } }