0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CakePHPでフォームにクエリの値を残すには

Last updated at Posted at 2024-11-02

CakePHP5で検索機能を実装。検索ボタンを押してもフォームに値を残したい。
1時間くらい悩んで下記の方法にたどり着きました。

$this->Form->create(
    'valueSources' => 'query'
);

すごく簡単にできる。フレームワークってすごいですね。
最近、公式ドキュメントをもっと読み込まなければと思っています。

0
0
1

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?