Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下の画像の場合、「パッケージ名はアラート終了です」のようなエラーメッセージを表示したいと思います。
これに適用される検証規則はどれですか?
次のように、モデルで検証を使用できます。
$validate = array('name' => array( 'rule' => 'isUnique' 'message' => 'Package name is already exist.' ));
ここで確認できます。