Yii2 - last insert id

    
    $lastId = Yii::$app->db->getLastInsertID();
    

Comments