Front Controller

Saturday, March 30, 2024 at 10:51 AM

I made some changes to FC yesterday.

I made it possible to have unlimited subpages.

Previously, I would have two global constants : SUBPAGE and SUBSUBPAGE.

Now, I have an array.

Example :

URL :
	/app.php/Fr/Home/
In VueHome.php :
	protected function GET() { ... }

URL :
	/app.php/Fr/Home/Hello/Coucou/Test/
In VueHome.php :
	protected function GET_Hello_Coucou_Test() { ... }

Name
Password

No need to register, just enter the same name and password every time.