Skip to content

Instantly share code, notes, and snippets.

@young-steveo
Last active June 20, 2018 17:38
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 young-steveo/37dc5822cab05eacfa27c231192a6474 to your computer and use it in GitHub Desktop.
Save young-steveo/37dc5822cab05eacfa27c231192a6474 to your computer and use it in GitHub Desktop.
Better Example
<?php
$model = new User();
$model->search(SearchParams::fromData($data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment