Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pruthvithej
/
CodeIgniter
Public
forked from
bcit-ci/CodeIgniter
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
CodeIgniter
system
database
DB_result.php
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 29, 2015
fix typo in comments
galdiolo
committed
c9982e4
View commit details
Copy full SHA for c9982e4
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Remove closing blocks at end of PHP files
vlakoff
committed
4cbe463
View commit details
Copy full SHA for 4cbe463
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Bulk (mostly documentation) update
Show description for fe9309d
narfbg
committed
fe9309d
View commit details
Copy full SHA for fe9309d
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
[ci skip] Switch to MIT license; close #3293
narfbg
committed
bdb96ca
View commit details
Copy full SHA for bdb96ca
View code at this point
Browse repository at this point
Commits on May 9, 2014
Call data_seek(0) only if we've used DB_result::*row*() methods
Show description for 08ae84f
narfbg
committed
08ae84f
View commit details
Copy full SHA for 08ae84f
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
2013 > 2014
Show description for 871754a
darwinel
committed
871754a
View commit details
Copy full SHA for 871754a
View code at this point
Browse repository at this point
Commits on Mar 4, 2013
Fix #2298
narfbg
committed
5780d8b
View commit details
Copy full SHA for 5780d8b
View code at this point
Browse repository at this point
Commits on Jan 14, 2013
Replace is_null() with === / !== NULL
Show description for 1228fe2
vlakoff
committed
1228fe2
View commit details
Copy full SHA for 1228fe2
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
[ci skip] Happy new year
narfbg
committed
80500af
View commit details
Copy full SHA for 80500af
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
Rename DB_result _data_seek() to data_seek() and make it publicly available
Show description for 69edc43
narfbg
committed
69edc43
View commit details
Copy full SHA for 69edc43
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
DocBlocks for base DB classes
Show description for ae85eb4
narfbg
committed
ae85eb4
View commit details
Copy full SHA for ae85eb4
View code at this point
Browse repository at this point
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Show description for c5536aa
narfbg
committed
c5536aa
View commit details
Copy full SHA for c5536aa
View code at this point
Browse repository at this point
Commits on Oct 24, 2012
[ci skip] style and phpdoc-related changes (rel #1295)
narfbg
committed
5fd3ae8
View commit details
Copy full SHA for 5fd3ae8
View code at this point
Browse repository at this point
Commits on Oct 22, 2012
Fix #1913
narfbg
committed
9f6bdc0
View commit details
Copy full SHA for 9f6bdc0
View code at this point
Browse repository at this point
Commits on Jul 8, 2012
Fix issue #1591
narfbg
committed
0db81b6
View commit details
Copy full SHA for 0db81b6
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
missing '$this->' causing custom result objects to return as null/empty arrays for ->row() and ->result() methods.
Jon Ellis-Jones
committed
c4efbdc
View commit details
Copy full SHA for c4efbdc
View code at this point
Browse repository at this point
Commits on Jul 6, 2012
_fetch_object(), custom_result_object() to utilize PHP's native capability to directly return custom class results
narfbg
committed
9a4f356
View commit details
Copy full SHA for 9a4f356
View code at this point
Browse repository at this point
Commits on Jul 5, 2012
Clean-up the separate drivers' DB result classes from no longer needed methods
narfbg
committed
c7db6bb
View commit details
Copy full SHA for c7db6bb
View code at this point
Browse repository at this point
Optimize custom_result_object()
narfbg
committed
34d6799
View commit details
Copy full SHA for 34d6799
View code at this point
Browse repository at this point
Don't fetch DB result sets twice
narfbg
committed
4763c13
View commit details
Copy full SHA for 4763c13
View code at this point
Browse repository at this point
Change DB_result::num_rows default value to NULL
narfbg
committed
5ca0513
View commit details
Copy full SHA for 5ca0513
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
Replaced `==` with `===` and `!=` with `!==` in /system/database
alexbilbie
committed
48a2baf
View commit details
Copy full SHA for 48a2baf
View code at this point
Browse repository at this point
Commits on May 24, 2012
Fix issue #121
narfbg
committed
55d3ad4
View commit details
Copy full SHA for 55d3ad4
View code at this point
Browse repository at this point
Commits on May 23, 2012
Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes
narfbg
committed
79922c0
View commit details
Copy full SHA for 79922c0
View code at this point
Browse repository at this point
Commits on May 19, 2012
Fixed return line and comments
juanitomint
committed
fece884
View commit details
Copy full SHA for fece884
View code at this point
Browse repository at this point
Commits on May 18, 2012
added unbuffered_row() to DB_result.php to avoid memory exhausting when dealing with large results.
juanitomint
committed
3020b24
View commit details
Copy full SHA for 3020b24
View code at this point
Browse repository at this point
Commits on Apr 12, 2012
Changed default CI_DB_result::_data_seek() return value to FALSE and removed the method from drivers that don't support it
narfbg
committed
8f3566f
View commit details
Copy full SHA for 8f3566f
View code at this point
Browse repository at this point
Commits on Mar 29, 2012
Changed the dummy DB free_result() method to void (that's how it's implemented by all drivers) and some style/comment changes in DB_result
narfbg
committed
38b2a25
View commit details
Copy full SHA for 38b2a25
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
Revert CI_DB_result to a regular class It's directly instantiated for cached database results
narfbg
committed
6dd4aff
View commit details
Copy full SHA for 6dd4aff
View code at this point
Browse repository at this point
Remove extraneous newlines
timw4mail
committed
215890b
View commit details
Copy full SHA for 215890b
View code at this point
Browse repository at this point
Commits on Mar 19, 2012
Made the rest of the db classes abstract \n
Show description for 833d504
timw4mail
committed
833d504
View commit details
Copy full SHA for 833d504
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Bumped CodeIgniter's PHP requirement to 5.2.4.
Show description for 07c1ac8
Phil Sturgeon
committed
07c1ac8
View commit details
Copy full SHA for 07c1ac8
View code at this point
Browse repository at this point
Commits on Mar 5, 2012
Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_result to handle initialization
narfbg
committed
57bdeb6
View commit details
Copy full SHA for 57bdeb6
View code at this point
Browse repository at this point
Commits on Jan 8, 2012
Improve database classes
narfbg
committed
24276a3
View commit details
Copy full SHA for 24276a3
View code at this point
Browse repository at this point
Commits on Jan 2, 2012
Updating copyright date to 2012
gaker
committed
0defe5d
View commit details
Copy full SHA for 0defe5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.