始于 Bego是一个PHP库,可简化DynamoDb表的工作。 使用模型 创建表的模型类 <?php namespace App\MyTables; class Music extends Bego\Model { /** * Table name */ protected $_name = 'Music'; /** * Table's partition key attribute */ protected $_partition = 'Artist'; /** * Table's sort ke