I know to get the last id I can use insertGetId() but I want to know how can I get the last inserted id through save() method.
insertGetId()
save()
order =
$ObjTable->nane = $name; $ObjTable->save(); echo $ObjTable->id;
this will be display last inserted id.