Would it be better if we can access the templates and recordsets
of the $webPage like this: ?
$webPage->"tpl_$tpl_id";
$webPage->"tpl_$wb_id";
$webPage->"rs_$rs_id";
and then:
$webPage->"tpl_$wb_id"->$sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id->parent;
$webPage->"rs_$rs_id"->MoveNext();
$webPage->"rs_$rs_id"->fld_name;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it be better if we can access the templates and recordsets
of the $webPage like this: ?
$webPage->"tpl_$tpl_id";
$webPage->"tpl_$wb_id";
$webPage->"rs_$rs_id";
and then:
$webPage->"tpl_$wb_id"->$sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id;
$webPage->"tpl_$tpl_id"->$sub_wb_id->$sub_sub_wb_id->parent;
$webPage->"rs_$rs_id"->MoveNext();
$webPage->"rs_$rs_id"->fld_name;