Dashamir Hoxha - 2003-07-30

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;