Now that we have a working chat system, we just need to build a layout, which works dynamically and looks decent along with not having the page always reload when sending a message.

This commit is contained in:
2025-12-15 13:29:11 +01:00
parent aa9b3359b1
commit edcc1b5403
4 changed files with 229 additions and 207 deletions

View File

@@ -19,10 +19,13 @@ class Application
private $action_name;
/**
* Start the application, analyze URL elements, call according controller/method or relocate to fallback location
* Construct
*/
public function __construct()
{
// Reset header render flag
View::resetHeaderRendered();
// create array with URL parts in $url
$this->splitUrl();