list($insert_id, $rows_affected) = DB::insert('users')->set(array( 'name' => 'John Random', 'email' => 'john@example.com', 'password' => 's0_s3cr3t', ))->execute();
It looks like you're new here. If you want to get involved, click one of these buttons!