Advertisement
Guest User

Event class

a guest
Dec 4th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. public function getByFrcountry($frcountry)
  2.     {
  3.         $query = "SELECT * FROM events WHERE frcountry='$frcountry'";
  4.         $result = $this->db->select($query);
  5.         return $result;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement