richiamare un wrapper con accesso special mettendo il seguente codice di protezione:
initialise();
 
$user =& JFactory::getUser();
// RECUPERO lo username dell'utente e inizializzo la variabile $utente
$utente = $user->username;//
if  ($utente){

******...mio codice...******

 }
else
echo 'ACCESSO NEGATO';
?>