update from `news` set `content` = REPLACE(`content`, '<strong>', '<span class="strong">')
update from `news` set `content` = REPLACE(`content`, '</strong>', '</span>')
update from `news` set `content` = REPLACE(`content`, '<b>', '<span class="strong">')
update from `news` set `content` = REPLACE(`content`, '</b>', '</span>')
public function getDataProvider()
{
return new SqlDataProvider([
'sql' => 'select `tag`.*, (select count(*) from `tag_join_page` where `tag_join_page`.`id_tag` = `tag`.`id_tag`) as `total` from `tag` order by `total` DESC',
'pagination' => [
'pageSize' => 50
]
]);
}
<meta name="viebtort" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />