function Link($pagina='', $parametros=''){
// chama o método responsável pela criação do link
// repassando os parâmetros $this->link = $this->criaLink($pagina, $parametros); syntax error, unexpected '&'
// retorna o link encriptado
return $this->link;
}
Question
jpalvesma
não sei como resolver esse erro
function Link($pagina='', $parametros=''){
// chama o método responsável pela criação do link
// repassando os parâmetros
$this->link = $this->criaLink($pagina, $parametros); syntax error, unexpected '&'
// retorna o link encriptado
return $this->link;
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.