Labels Milestones
BackCc6dd0b3d5 Checkpoint before trying to implement chaining Add splits and labels to get what game it's about //and sometimes necessary for old fogeys like me to get what game it's about $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // $img_tag = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] .= "Alt: " . $img->getAttribute('title') . ""; // only keep everything starting at.
New Pull Request