2012-08-27 66 views

回答

2

那麼呢?

$stmt = $dbAdapter->query("SHOW TABLE STATUS LIKE 'table_name';"); 
$tableStatus = $stmt->fetchObject();