[Solved] Codeigniter Query Misses First One Off List |
On my query2 foreach loop it produces a list as shown in image that is attached.
But for some reason it keeps on missing the first ones on both list from extra events table It's missing Test 1 and Example 1 I am not sure why it does not show it on list seems to skip it. PHP Code: public function get_events($year, $month) { Any ideas on how to solve issue?
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
[Solved] Codeigniter Query Misses First One Off List - by wolfgang1983 - 12-28-2015, 10:04 PM
RE: Codeigniter Query Misses First One Off List - by mwhitney - 12-29-2015, 08:45 AM
RE: Codeigniter Query Misses First One Off List - by wolfgang1983 - 12-29-2015, 01:42 PM
RE: Codeigniter Query Misses First One Off List - by wolfgang1983 - 12-30-2015, 02:33 AM
|