Welcome Guest, Not a member yet? Register   Sign In
Simple MY_Model library for db methods
#10

[eluser]Phil Sturgeon[/eluser]
[quote author="Shay Falador" date="1265406367"]I cant see what do you mean...
After doing this:
$query = $this->news_model->get_all();
Just do that:
$query->num_rows();[/quote]

You have made your implementation rather confusion buy mixing models returning $query->row(), $query, FALSE, blegh!

All you should be doing it returning the actual data. And you dont need to return FALSE as that breaks foreach loops. You can return array() as array == FALSE anyway, and means you dont need to do an extra condition before each foreach.

My MY_Model has now been merged back into Jamies:

http://github.com/jamierumbelow/codeigniter-base-model

gh0st: I strongly suggest you use Jamies as it is much more logically built. And yes, if you wish to count the number of results you have, the sizeof() or count() is a perfect way to accomplish this.


Messages In This Thread
Simple MY_Model library for db methods - by El Forum - 01-30-2010, 12:50 PM
Simple MY_Model library for db methods - by El Forum - 02-02-2010, 07:03 AM
Simple MY_Model library for db methods - by El Forum - 02-02-2010, 08:16 AM
Simple MY_Model library for db methods - by El Forum - 02-02-2010, 11:52 AM
Simple MY_Model library for db methods - by El Forum - 02-03-2010, 05:38 AM
Simple MY_Model library for db methods - by El Forum - 02-03-2010, 04:17 PM
Simple MY_Model library for db methods - by El Forum - 02-04-2010, 06:41 AM
Simple MY_Model library for db methods - by El Forum - 02-05-2010, 08:45 AM
Simple MY_Model library for db methods - by El Forum - 02-05-2010, 09:46 AM
Simple MY_Model library for db methods - by El Forum - 02-09-2010, 05:56 AM
Simple MY_Model library for db methods - by El Forum - 02-09-2010, 06:19 AM
Simple MY_Model library for db methods - by El Forum - 02-09-2010, 07:00 AM
Simple MY_Model library for db methods - by El Forum - 02-09-2010, 07:19 AM
Simple MY_Model library for db methods - by El Forum - 02-09-2010, 11:13 AM
Simple MY_Model library for db methods - by El Forum - 02-10-2010, 05:24 AM
Simple MY_Model library for db methods - by El Forum - 02-10-2010, 07:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB