Kamis, 05 Juni 2014

Get Last Inserted ID using Laravel Eloquent

This is the code

$theId = DB::getPdo()->lastInsertId();

Tidak ada komentar:

Posting Komentar

Tutorial: Backup and Restore iptables Configuration

This step-by-step guide will walk you through backing up your current iptables configuration and restoring it when needed. Prerequisites ...