// Update deprecated tags, images, headings
$command -> update("{{content}}", array(
'deprecated' => @json_encode($this -> document["deprecatedTags"]),
'headings' => @json_encode($this -> content["headings"]),
'isset_headings' => $this -> content["issetHeadings"],
'total_img' => $this -> image["totalCount"],
'total_alt' => $this -> image["totalAlt"],
), 'wid=:wid', array(':wid' => $wid));
// Insert deprecated tags, headings, images
$command -> insert("{{content}}", array(
'wid' => $wid,
'deprecated' => @json_encode($this -> document["deprecatedTags"]),
'headings' => @json_encode($this -> content["headings"]),
'isset_headings' => $this -> content["issetHeadings"],
'total_img' => $this -> image["totalCount"],
'total_alt' => $this -> image["totalAlt"],
));
и получаем
Но в ссылке на изображение отсутствует url сайта, как добавить его чтобы он присваивался. Т.е. нужно сформировать Абсолютный путь до изображения
Если перейти на сайт ritg.ru то наблюдаем Относительную ссылку на изображение которое получили