4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CakePHP3のバリデーションエラーに関する備忘録

Posted at

こんな質問を見つけた。

【CakePHP3】バリデーションエラーのメッセージに入力内容を表示させる方法
https://teratail.com/questions/72187

なるほどなーと思ってCookbook探したらこんなところに書いてあった

データの検証
https://book.cakephp.org/3.0/ja/orm/validation.html#id7

$value なり $context なりで取得したデータをreturn falseの代わりに
返してやればいいってことですね。
大変勉強になりました。

4
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?