示例#1
0
 protected function setUp()
 {
     $this->object = new \AmazonSDB();
     $this->object->set_response_class('\\ORM\\SDB\\SDBResponse');
     $this->object->set_region(\AmazonSDB::REGION_APAC_SE1);
     $this->object->create_domain(self::DOMAIN);
     $this->object->batch_put_attributes(self::DOMAIN, $this->_testItems);
 }