Ver originalreturn $this->sql(sprintf("INSERT INTO %s (%s) VALUES (%s)",$tabla,implode(',',$columnas),'\''.implode("','",$valores).'\''));