2012-08-27 1 views

답변

2

약 어떨까요?

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