Добавлено: 19.05.2017 / 05:15
$req = $this->db->query("SELECT * FROM `notification` WHERE `user_id` = '" . $this->systemUser->id . "'
AND `read` = '0' ORDER BY `time` DESC ");
if ($req->rowCount()) {
$i = 0;
$notify = '';
while ($res = $req->fetch()) {
$notify .= '<div class="noto-entry"> /// dot!
Добавлено: 19.05.2017 / 05:19
http://php.net/manual/en/langu ... g.php