Answer the question
In order to leave comments, you need to log in
How to properly call a reminder in yii2?
There is a button, when pressed, a window pops up where you can enter text and a date. (For example: Call back 18.00 05/09/2018)
This data is stored in the database.
I need a function to be called when the specified date is less than the current date, something like this:
if ($model->srok < date('Y-m-d H:i:s') ) {
$notification->getByIdNotification(12, $id);
$notification->getSaveNotification();
}
Answer the question
In order to leave comments, you need to log in
without loading the page with queries to the database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question