本文整理匯總了PHP中datos::PoblarEvaluacionCriterioSelId方法的典型用法代碼示例。如果您正苦於以下問題:PHP datos::PoblarEvaluacionCriterioSelId方法的具體用法?PHP datos::PoblarEvaluacionCriterioSelId怎麽用?PHP datos::PoblarEvaluacionCriterioSelId使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類datos
的用法示例。
在下文中一共展示了datos::PoblarEvaluacionCriterioSelId方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: Filas
<? }while($row_NroNotaPorCriterio=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio)); ?>
<? }while($row_NroCriterio2=$objDatos->PoblarNroNotaCriterioSelAll($rsNroCriterio2)); ?>
<? }?>
</tr>
<? } ?>
<? do{ ?>
<? Filas();?>
<td width="150"><div style="padding-left:3px">Area</div></td>
<td width="200"><div style="padding-left:3px"><? echo $row_Curso['NombreCurso']; ?></div></td>
<? do{ ?>
<?
$rsNroNotaPorCriterio2=$objDatos->ObtenerNroNotaPorCriterioSelAll($row_NroCriterio3['CodCriterio']);
$row_NroNotaPorCriterio2=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio2);
do{
$rsEvaluacion=$objDatos->ObtenerEvaluacionCriterioSelId(1, $_POST['cboBimestre'], $_POST['cboArea'], $row_NroNotaPorCriterio2['CodCriterio']);
$row_Evaluacion=$objDatos->PoblarEvaluacionCriterioSelId($rsEvaluacion);
?>
<td width="30" align="center"><? echo $row_Evaluacion['Nota']; ?></td>
<? }while($row_NroNotaPorCriterio2=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio2)); ?>
<? }while($row_NroCriterio3=$objDatos->PoblarNroNotaCriterioSelAll($rsNroCriterio3)); ?>
</tr>
<? }while($row_Curso=$objDatos->PoblarCursoPorAreaAlumnoSelAll($rsCurso)); ?>
</table>
</body>
<?
}else{
echo "No es posible mostrar nformación de evaluación. Por favor seleccione <strong>Bimestre</strong> y <strong>Area</strong>";
}
?>
</html>