grazie per il link!!Codice PHP:$obj = new Config();
function getAuthor() {
global $obj;
return $obj->selectAuthor();
}
function getEditor() {
global $obj;
return $obj->selectEditor();
}
grazie per il link!!Codice PHP:$obj = new Config();
function getAuthor() {
global $obj;
return $obj->selectAuthor();
}
function getEditor() {
global $obj;
return $obj->selectEditor();
}