M Mr. PHP Utente Attivo 31 Gen 2013 141 0 0 15 Set 2015 #1 Salve, volevo informazioni riguardo il type hinting. A me mi da errore. PHP: Class Db { } Class Query { private $db; Public function __construct( Db $db ){ $this->db = $db; } } $q = new Query();
Salve, volevo informazioni riguardo il type hinting. A me mi da errore. PHP: Class Db { } Class Query { private $db; Public function __construct( Db $db ){ $this->db = $db; } } $q = new Query();