Código :
function creaOption($texto, $valor){
//$this->tOption= array($Nselect => array($Nopt => $texto));
//$this->vOption= array($Nselect => array($Nopt => $valor));
$this->vOption['$Nselect']['$Nopt']= $valor;
$this->tOption['$Nselect']['$Nopt']= $texto;
$this->Nopt ++;
}Que hay de mal en la funcion? trate de dos formas como podran ver pero sin ningun resultado!!!
