Guest User

Untitled

a guest
Jan 10th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $average = Rating::average(
  2. [
  3. 'column' => 'rating',
  4. "conditions" => "user_id = ?0",
  5. "bind" => [
  6. 0 => "user_id"
  7. ]
  8. ]
  9. );
  10. $this->view-> averages = $average;
Advertisement
Add Comment
Please, Sign In to add comment