Paginator Helper in CakePHP da Sachin Joshi

Cake PHP fornire impaginazione integrato possiamo usare questo utilizzando Paginator Helper.

Per utilizzare l'impaginazione prima abbiamo bisogno di usare Paginator Componentpublic $ componenti = array ('Paginator', 'Auth') , ora aggiungere il codice qui sotto nel controller qui sto usando l'impaginazione per gli utenti tavolo

   
   
 Indice public function () {
   $ this- > Utente - > ricorsiva = 0; $ this- > set ('utenti', $ this- > Paginator- > impaginare ()); } 
   


Ora nel tuo Blog sottostante Codice

< tabella cellpadding = "0" cellspacing = "0" &​​gt;

< thead >

< tr >

< th > Paginator- > sorta ('id'); ? > < /th >

< th > Paginator- > sorta ('username'); ? > < /th >

< th > Paginator- > sorta ('password'); ? > < /th >

< th > Paginator- > sorta ('group_id'); ? > < /th >

< th > Paginator- > sorta ('creato'); ? > < /th >

< th > Paginator- > sorta ('modificato'); ? > < /th >

< ° class = "azioni" > < /th > Hotel < /tr > Hotel < /thead > Hotel < tbody > Hotel < php foreach ($ utenti come $ utente):?? > Hotel < tr >

  • < tabella cellpadding = cellspacing "0" = "0" &​​gt;

  • < thead >

  • < tr >

  • < th > Paginator- > sorta ('id'); ? > < /th >

  • < th > Paginator- > sorta ('username'); ? > < /th >

  • < th > Paginator- > sorta ('password'); ? > < /th >

  • < th > Paginator- > sorta ('group_id'); ? > < /th >

  • < th > Paginator- > sorta ('creato'); ? > < /th >

  • < th > Paginator- > sorta ('modificato'); ? > < /th >

  • < ° class = "azioni" > < /th >

  • < /tr >

  • < /thead >

  • < tbody >


  • < tr >

    - See more at?: http://findnerd.com/list/view/PaginatorHelper-in-CakePHP/3351#sthash.UoubSws0.dpuf


  • < thead >

  • < tr >

  • < th > Paginator- > sorta ('id'); ? > < /th >

  • < th > Paginator- > sorta ('username'); ? > < /th >

  • < th > Paginator- > sorta ('password'); ? > < /th >

  • < th > Paginator- > sorta ('group_id'); ? > < /th >

  • < th > Paginator- > sorta ('creato'); ? > < /th >

  • < th > Paginator- > sorta ('modificato'); ? > < /th >

  • < ° class = "azioni" > < /th >

  • < /tr >

  • < /thead >

  • < tbody >


  • < tr >

    - See more at?: http://findnerd.com/list/view/PaginatorHelper-in-CakePHP/3351#sthash.UoubSws0.dpuf


     - Visualizza intera Blog all'indirizzo:  Paginator Helper in CakePHP 


    FindNerd è il posto giusto per risolvere i problemi di lingua PHP. Qui potete lasciare PHP Domande e Risposte

    Se avete qualsiasi domanda sul linguaggio PHP, Post-it a di FindNerd

    -. PHP Developer Forum

    .