Posts by Marcos Oliveira • 1 point
1 post
-
0
votes4
answers115
viewsQ: How to avoid the repetition of requires?
I have this code that makes the includes: <?php session_start(); require_once "lib/conexao.php"; require_once "lib/functions.utilities.php"; require_once "lib/class.User.php"; $usr = new…
phpasked Marcos Oliveira 1