Файловый менеджер - Редактировать - /home/skymarketplace/public_html/models/Notification.php
Назад
<?php namespace App\Models; use App\core\Database; class Notification { protected $db; public function __construct() { $this->db = Database::getInstance(); } public function deleteNotification($id) { $stmt = $this->db->prepare("DELETE FROM notifications WHERE id = ?"); return $stmt->execute([$id]); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.31 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка