• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: adodb
PostPosted: Tue Oct 19, 2004 2:28 am 
so like im trying to make all my modules adodb compatible or something

what would this be
Code:
$numrows = mysql_num_rows($query);


in adodb format?


Top
  
 
 Post subject: Re: adodb  [SOLVED]
PostPosted: Tue Oct 19, 2004 9:32 am 
Offline
Administrator
Administrator
User avatar

Joined: Fri Jun 11, 2004 6:58 pm
Posts: 3334
Location: Fairless Hills, Pa USA
Bewbs wrote:
so like im trying to make all my modules adodb compatible or something

what would this be
Code:
$numrows = mysql_num_rows($query);


in adodb format?


Code:
$result = $gCms->Execute($query);
$numrows = $result->RowCount();

_________________
http://about.me/tedkulp


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting