| @@ 84-84 (lines=1) @@ | ||
| 81 | ||
| 82 | # Process insertion |
|
| 83 | ||
| 84 | if (!(DB::insert(TABLE_PAGES, $pages, true) && DB::getLast()->status)) return false; |
|
| 85 | ||
| 86 | self::fillRelationsTable(TABLE_PAGES_RELATIONS, 4); |
|
| 87 | ||
| @@ 115-115 (lines=1) @@ | ||
| 112 | ||
| 113 | # Process insertion |
|
| 114 | ||
| 115 | if (!(DB::insert(TABLE_MENU, $menu, true) && DB::getLast()->status)) return false; |
|
| 116 | ||
| 117 | self::fillRelationsTable(TABLE_MENU_RELATIONS, 3); |
|
| 118 | ||