<?php
    $result = table::find();
    
    $resultArray = $result -> toArray();
?>

是的 就是如此简单!