Oto jej kod:
// definicja klasy itp. public function fetchAllTags() { $results = $this->_db->query("SELECT `Tags` FROM `News` WHERE `NewsUID` = '$this->_uid'"); $row = $results->fetch_assoc(); { $vars[] = $tags[$i]; } return $vars; }
A wyświetlam w taki sposób:
foreach($news->fetchAllTags() as $tag) { }