Welcome Guest, Not a member yet? Register   Sign In
How to limit findall result
#1

Hi,
I try like this:
Code:
$data['wpisy']=$model->select('id,tytul,data_publikacji,opis_meta,obrazek')                             
                              ->limit(3)
                              ->orderBy('data_publikacji', 'DESC')
                              ->findAll();

But, Limit not works.
thanks for answer
Reply


Messages In This Thread
How to limit findall result - by Kordianz - 01-24-2022, 01:16 PM
RE: How to limit findall result - by iRedds - 01-24-2022, 05:43 PM
RE: How to limit findall result - by Kordianz - 01-25-2022, 12:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB