现在,我有很多对象,比如:CategoriaTable、FornecedoresTable等,它们实现了$this->tableGateway->insert()、$this->tableGatewayupdate()等// In CategoriaTable my table id is named cat_id
$this->tableGatewayarray('cat_id' => $ob
我一直在尝试创建一个Zend\Db\TableGateway实例,但是无法正确地实现它。这就是我的module.phpuse Zend\Db\ResultSet\ResultSet; public $status;
public function __construct(TableGateway $tableGatew