Lines Matching refs:row
108 foreach ($pagerows as $row) {
109 $tables = $this->getPageAssignments($row['pid'], true);
111 $this->deassignPageSchema($row['pid'], $table);
134 foreach ($tablerows as $row) {
135 if (in_array($row['tbl'], $tables)) {
136 $this->assignPageSchema($pid, $row['tbl']);
138 $this->deassignPageSchema($pid, $row['tbl']);
220 foreach ($this->patterns as $row) {
221 if ($this->matchPagePattern($row['pattern'], $page, $pns)) {
222 $tables[] = $row['tbl'];
229 foreach ($list as $row) {
230 $tables[] = $row['tbl'];
262 foreach ($list as $row) {
263 $pid = $row['pid'];
264 $tbl = $row['tbl'];
266 $result[$pid][$tbl] = (bool)$row['assigned'];
327 foreach ($tables as $row) {
328 $table = $row['tbl'];
350 foreach ($pagerows as $row) {
351 $tables = $this->getPageAssignments($row['pid'], true);
353 $this->assignPageSchema($row['pid'], $table);