标签: codeigniter-3
我需要在codeigniter表单验证库中获取第一条错误消息。 我怎么能这样做?
答案 0 :(得分:1)
我用以下代码解决了我的问题:
array_values($this->form_validation->error_array())[0]