$array_with_id = $this-> query(‘select last_insert_id()as id;’);
但正如kouak所提到的,插入数据的常用方法是使用save()方法.如果使用此方法,则插入记录的ID将自动在相应模型的$id属性中可用.