Hi people,
I´m using manual URL´s, like this:
http://localhost/tessabrinquedos/index_painel.php?c=clienteController&m=altera&cod=5
When calling this URL, in my ClienteController class, I have the method:
public function altera($cod) {
}
But I got a warning message saying that the “cod” variable doens´t exist…
So, passing parameters to controller´s methods works only with automatic/clean URL´s?
Tks again!
