自定义 Kohana ORM 图像上传错误消息的文件位置
我有一个允许文件上传的表单,我想自定义下面的 ORM 验证错误,但我不知道如何操作。
models/_external.logo.Upload::image
我应该将错误消息放在哪里?
I have a form that allows file uploads and I want to customize the ORM Validation error below and I don't know how.
models/_external.logo.Upload::image
Where do I place the error messages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将消息数组放入文件中:
./application/messages/models/_external.php
数组的格式为:
You need to place your messages array in the file:
./application/messages/models/_external.php
The format of the array will be: