When I doing Micro application, all business logic will be writen in /public/index.php. So the index.php will be very long. How can I separate this long file to several php files?
When I doing Micro application, all business logic will be writen in /public/index.php. So the index.php will be very long. How can I separate this long file to several php files?