"ckey"=>array("string:32","primarykey"),
"cval"=>array("string")
);
+
+ // ////////////////////
+ // Machine Interface Stuff
+
//clients
$this->scheme["host"]=array(
"hostname"=>array("string:64","primarykey"),
"timeout"=>array("int32","notnull")
);
+
+ // //////////////////////
+ // Shared Stuff
+
//rooms
$this->scheme["room"]=array(
"roomid" => array("string:64","primarykey"),
"value" => array("int32","notnull")
);
+
+ // /////////////////////////
+ // Web-Interface Stuff
+
//shopping cart
$this->scheme["cart"]=array(
//the cookie for this cart