Hi,
I've have a couple of questions here and they are related.

1. Which API does ZenCart use to connect to the MYSQL database? PDO, MySQLi, or MySQL?

Perhaps this is out of scope with what should be asked on this UG, but will ask anyway. been struggling all evening with this., big thanks

2. I've customized the Contact Form and am trying to build a page to show the contents of the entire table. Having trouble just getting a count on the number of rows..

$contact_form_data = $db->Execute("select * from contact_form_data");

//$count = count($db->Execute("select * from contact_form_data")); DON'T WORK
//$count = mysql_numrows($contact_form_data); IxNeh

thank you,