Hi group,
If i need to create a object with code like "$cConfig = new config();" do I
have to include the file where the class is declared?
Something like:
require "$dir_site/lib/config.obj.php" ;
Thanks in advance,
Nuno Paquete
If i need to create a object with code like "$cConfig = new config();" do I
have to include the file where the class is declared?
Something like:
require "$dir_site/lib/config.obj.php" ;
Thanks in advance,
Nuno Paquete
Comment