Posts by System.Linq • 43 points
1 post
-
4
votes2
answers76
viewsQ: How to instantiate $Pdo = connect() without repeating?
For example I have a class called user: class User { public $nome; private $email; protected $senha; public function __construct(){ } public function insert($email, $senha){ require_once…