$Form->create())
$result = $Form->add();
在执行上述语句后,若存在auto_increment字段,则可以使用以下语句获得返回值。
$last_id = $Form->getLastInsID();
$last_id = $result;