Welcome Guest, Not a member yet? Register   Sign In
LIMIT
#4

[eluser]Jamie Rumbelow[/eluser]
[quote author="Browser" date="1257114595"]But, i want to select the rows 1 to 10. LIMIT 10,1 in mysql.[/quote]

The code above should do it; if not just pass 1 as the third parameter:

Code:
function novedades() {
    return $this->db->get('noticias', 10, 1);
}


Messages In This Thread
LIMIT - by El Forum - 11-01-2009, 07:00 AM
LIMIT - by El Forum - 11-01-2009, 08:25 AM
LIMIT - by El Forum - 11-01-2009, 10:29 AM
LIMIT - by El Forum - 11-01-2009, 10:42 AM
LIMIT - by El Forum - 11-01-2009, 01:20 PM
LIMIT - by El Forum - 11-01-2009, 02:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB