Ejemplo n.º 1
0
 public static function show_vars(&$vars, $id)
 {
     $vars['beers'] = Beer::find_by('brewery_id', $id);
 }