Getting variables from admin controller
Posted: Tue Oct 11, 2011 2:41 am
Hey, hi!
I have a doubt.. i need to get variables from controller arquives. How are the value transfering of the controller arquives for catalog?
i created this:
Where does my variable go? For what arquive?
I have a doubt.. i need to get variables from controller arquives. How are the value transfering of the controller arquives for catalog?
i created this:
Code: Select all
if (isset($this->request->post['desconto_valor'])) {
$this->data['desconto_valor'] = $this->request->post['desconto_valor'];
} else {
$this->data['desconto_valor'] = 0;
}