@@ 80-80 (lines=1) @@ | ||
77 | ||
78 | $count = DB::count(TABLE_PAGES); |
|
79 | ||
80 | if (false === $count) return false; else if ($count > 0) return true; |
|
81 | ||
82 | # Process dataset |
|
83 | ||
@@ 127-127 (lines=1) @@ | ||
124 | ||
125 | $count = DB::count(TABLE_MENU); |
|
126 | ||
127 | if (false === $count) return false; else if ($count > 0) return true; |
|
128 | ||
129 | # Process dataset |
|
130 |