Skip to content

Instantly share code, notes, and snippets.

@Cylindric
Created July 30, 2015 21:56
Show Gist options
  • Save Cylindric/6df6232a4aa396cba7d5 to your computer and use it in GitHub Desktop.
Save Cylindric/6df6232a4aa396cba7d5 to your computer and use it in GitHub Desktop.
$character = $this->Characters
->find()
->contain(['Training'])
->where(['id' => $char_id])
->andWhere(['training.skill_id' => $skill_id]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment