12
将项目推送到PHP中的关联数组
我一直在尝试将项目推到这样的关联数组中: $new_input['name'] = array( 'type' => 'text', 'label' => 'First name', 'show' => true, 'required' => true ); array_push($options['inputs'], $new_input); 但是,不是在“名称”中输入数字。还有另一种方法吗?