Pytanie : problem który dostawać szalenie z częściowy rezultat

hi
my cel być: użytkownik wybiórka rola w wybrany menu i dostawać the rezultat według the rola on selected.
and wtedy the prawy rezultat wystawiać z pagination.

well/>and the praca i robić i ono pracować akceptować the paginacja zagadnienie. ono musieć mówić że the paginacja pracować wielki jeżeli i używać the filterization.

wielki, użytkownik wybiórka rola (jak drużynowy osoba) i on dostawać the prawy rezultat z the prawy kwota paginacja. ale gdy i naciskać the paginacja dla pewny strona, i dostawać blanck strona. żadny rezultat. w ten sposób ono pracować wielki dla the pierwszy strona ale nie dla the inny strona the pagination.

i attach the kod który przetwarzać the wybrany menu.

i próbować móc i móc daleko, ale móc jakaś solution.

best regards

ron
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
if (isset ($_POST ["przedkładać"]))
         {
          
         zmiana ($_POST ["userroles"])
         {
              skrzynka (0):
                   //all
                   //make the zawartość
                   $items = $db->dbSelectBySql ("WYBRANY id, first_name, last_name, rola, potwierdzać, email, registration_date OD użytkownik ROZKAZ Registration_date DESC");
                   przerwa;
              skrzynka (1):
                   //admins
                   //make the zawartość
                   $items = $db->dbSelectBySql ("WYBRANY id, first_name, last_name, rola, potwierdzać, email, registration_date OD użytkownik DOKĄD rola = (1) ROZKAZ Registration_date DESC");
                   przerwa;
              skrzynka 2:
                   //regulars
                   //make the zawartość
                   $items = $db->dbSelectBySql ("WYBRANY id, first_name, last_name, rola, potwierdzać, email, registration_date OD użytkownik DOKĄD rola = 2 ROZKAZ Registration_date DESC");
                   przerwa;
              skrzynka 3:
                   //team
                   //make the zawartość
                   $items = $db->dbSelectBySql ("WYBRANY id, first_name, last_name, rola, potwierdzać, email, registration_date OD użytkownik DOKĄD rola = 3 ROZKAZ Registration_date DESC");
                   przerwa;
              skrzynka 4:
                   //sellers
                   //make the zawartość
                   $items = $db->dbSelectBySql ("WYBRANY id, first_name, last_name, rola, potwierdzać, email, registration_date OD użytkownik DOKĄD rola = 4 ROZKAZ Registration_date DESC");
                   przerwa;
         }
          //pagination
          //setting the odsadzka
          $offset = $this->params [(1)];
          
          
          
          jeżeli (! $offset)
          {
               $totaloffset = (0);
          } inny {
               $totaloffset = $offset * PERPAGE;
          }
          
          
         
          
          //connect the zawartość i the paginator
          $slicedArray = array_slice ($items, $totaloffset, PERPAGE);
          $this->_view->items = $slicedArray;
          
          $pagename = APP_URL. "/admin/users/index/";
          $totalcount = obliczenie ($items);
          $numpages = stropować ($totalcount/PERPAGE);
          $this->_view->numpages = $numpages;
          
          //create the paginator
          $nav = nowy Shtigliz_PageNavigator ($pagename, $totalcount, PERPAGE, $totaloffset, 10);
          $nav->setFirstParamName (ODSADZKA);
          $this->_view->nav = $nav;
          
         }

Odpowiedź : problem który dostawać szalenie z częściowy rezultat

wybrany segment_name, segment_type od dba_segments dokąd tablespace_name='SOMENAME';
Inne rozwiązania  
 
programming4us programming4us