Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[php] public function getAlertById($alertId) { return $this->_getDb()->fetchAll(' SELECT * FROM xf_user_alert WERE alert_id = ? ', $alertId); }[/php]were should be where
[php]
public function getAlertById($alertId)
{
return $this->_getDb()->fetchAll('
SELECT *
FROM xf_user_alert
WERE alert_id = ?
', $alertId);
}[/php]
were should be where
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences