Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashi-h5/bf01286726a53159364e56dd83a295a2 to your computer and use it in GitHub Desktop.
Save takahashi-h5/bf01286726a53159364e56dd83a295a2 to your computer and use it in GitHub Desktop.
$app
->modelsManager
->executeQuery(
'SELECT * FROM App\Models\Empuser WHERE id = :idxxxx: ',
[
'idxxxx' => $id
]);
echo json_encode($records);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment