I had a form and the debug below.
What I need is simple, to get the variables values. Which one is the right option?
echo $forms->chronoform;
echo $data->chronoform;
echo $var->chronoform;
echo $var['chronoform'];
echo $this->chronoform;
echo $this->get("chronoform", 'value');
echo $this->get("chronoform", value);
echo $this->get("chronoform");
DEBUG
What I need is simple, to get the variables values. Which one is the right option?
echo $forms->chronoform;
echo $data->chronoform;
echo $var->chronoform;
echo $var['chronoform'];
echo $this->chronoform;
echo $this->get("chronoform", 'value');
echo $this->get("chronoform", value);
echo $this->get("chronoform");
DEBUG
Array ( [option] => com_chronoforms6 [chronoform] => bases [id] => 422 [rot] => https://cat.conhecimentopublico.com.br/bases [filtro] => 1 [pes] => 245 [Itemid] => )