尝试将数组中的数据放入html表中。
我已经搜索了几个小时,观看了教程,并得到了其他人的帮助。仍然无法获取表格以显示任何内容。
class recordFactory {
public static function create(Array $fieldNames = null, Array $values = null) {
print_r($fieldNames);
print_r($record);
$record = new record($fieldNames, $values);
return $record;
}
}
将数组数据显示为html表。