i’ve got a last question, is it possible to make a grid value lookup, examples:
db values =1 -> label = label1 (dropdown values), how i can define table element to make
automatic lookup?
$this->addField('tipo_mat');
Array lookup -> array(1->’Label1′,2->’Label2′);
thank’s
i’ve solution
thank’s everybody