Skip to content

Instantly share code, notes, and snippets.

@cebe
Last active April 21, 2016 08:35
Show Gist options
  • Save cebe/337c4183676cdf03bd6c2fc74d137fa1 to your computer and use it in GitHub Desktop.
Save cebe/337c4183676cdf03bd6c2fc74d137fa1 to your computer and use it in GitHub Desktop.
<?php
$query = Schedule::find();
$query->andWhere(['type' => 4]);
$models = $query->all();
var_dump($models);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment