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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user