譬如在Controller方法内,查询一个表的结构:
$connection = $this->di->get('db');
$metas = $connection->fetchAll("desc $tablename");