Sign in
Create account
Login
Username:
Password:
Lost Password?
Remember me
Home
Forums
Search
Members
Help
CodeIgniter.com
Twitter
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
Limit problem
0 Vote(s) - 0 Average
1
2
3
4
5
Thread Modes
Limit problem
El Forum
Guest
#1
10-18-2008, 09:45 AM
[eluser]Unknown[/eluser]
Code:
$this->db->limit(10,20);
Show only first 10 records from table !!!
El Forum
Guest
#2
10-18-2008, 10:36 AM
[eluser]elvix[/eluser]
second argument is the offset. in your case, it should be 0.
the manual's database / activerecord section details how all these functions work.
El Forum
Guest
#3
10-18-2008, 11:12 AM
[eluser]Unknown[/eluser]
Running only in this way:
Code:
$this->db->limit(20,10);
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Lounge
-- Events
-- Regional User Groups
Using CodeIgniter
-- Choosing CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Addins
-- Jobs
-- Learn More
-- Spotlight
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © 2014 iAndrew
Powered By
MyBB
, © 2002-2021
MyBB Group
.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend