Scusa, ma questo non è corretto per niente. Il link che hai postato si riferisce alle variabili e non alle costanti.Originariamente inviato da Simo990
Il problema è che la classe Database che stai usando non riesce a vedere DB_HOST, DB_USER e DB_PASS, perché non sono all'interno del global scope.
Leggi qui: http://php.net/manual/en/language.variables.scope.php
Le costanti sono SEMPRE global
http://www.php.net/manual/en/language.constants.phpLike superglobals, the scope of a constant is global. You can access constants anywhere in your script without regard to scope. For more information on scope, read the manual section on variable scope.