Serve multiple pages from 1 PHP file?

前端 未结 5 1290
失恋的感觉
失恋的感觉 2021-01-19 15:23

So basically i am struggling with the need of optimizing my code for some project of mine. Currently i have pages like add_company.php, view_company.php

5条回答
  •  無奈伤痛
    2021-01-19 16:16

    You could make company.php

    Quick and dirty, but should work :) You could place this code in any file, and it will work straight away.

    With a bit of modification, you could make this your front controller with index.php.

提交回复
热议问题