mysql
Permalink
what's the trick to getting mysql_num_rows to work with how C5 handles db ? is there already a C5 function for that?
C
C
bump
Here are the docs for concrete's database layer
http://phplens.com/lens/adodb/docs-adodb.htm#recordcount...
I think this would work:
http://phplens.com/lens/adodb/docs-adodb.htm#recordcount...
I think this would work:
$db = Loader::db(); $res = $db->query("SELECT * FROM test"); echo $res->RecordCount();
nice. ty. Adodb is not my strong suit....yet! ;-P
thanks again!
thanks again!
$db->Affected_Rows