Skip to content

Instantly share code, notes, and snippets.

@marcus-herrmann
Created June 20, 2018 12:37
Show Gist options
  • Save marcus-herrmann/31a9a5d1e25da1bd318ee45e93820939 to your computer and use it in GitHub Desktop.
Save marcus-herrmann/31a9a5d1e25da1bd318ee45e93820939 to your computer and use it in GitHub Desktop.
<?php
$user_id = $input->post->int('user_id');
$is_checked = $input->post->bool('is_checked');
$catalogue_id = $input->post->int('catalogue_id');
$permission_type = $input->post->text('permission');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment