How to set messages?
Posted: Mon Nov 13, 2023 9:37 pm
Another question re upgrading from 2018 to phpmaker 2024. In 2018, I could set success and failure messages - like this:
$_SESSION[SESSION_MESSAGE] = "";
$_SESSION[SESSION_FAILURE_MESSAGE] = "";
$_SESSION[SESSION_SUCCESS_MESSAGE] = "";
$_SESSION[SESSION_WARNING_MESSAGE] = "";
How does this work in 2024?