You could use output buffering to catch the output. ob_start(); $this->table($headers, $tableData); $table = ob_get_flush();.
確定! 回上一頁