Jump to content

index.php or folders


paul2010

Recommended Posts

All PHP frameworks server everything through index.php. Your code is going to get really messy if you have a call to multiple different PHP files (example.com/forum.php, example.com/user.php etc..).

 

I advise you use a framework such as Kohana3 to code your web app. It will result in cleaner and easier to read code in the long run.

Link to comment
https://forums.phpfreaks.com/topic/227531-indexphp-or-folders/#findComment-1174406
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.