You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
忘備録として containableでrecursive=2のテーブルのレコードを取得する方法。 Model1 - Model2 - Model3と取得する場合 $data= $this->Model1->find('first', array( 'contain' => array( 'Model2' => array( 'Model3', ), ), 'conditions' => array( 'Model1.id' => $id, ), )); こうやって書けば、Model2に関連づくModel3のレコードも取得できる。 recursive=2にすると、必要のない階層のテーブルのレコードまで取得してくるので 必要なレコードだけを取ってきたい場合はこのように書けばいいね。というメモ。 Register as a new user and use Qiita more convenie
New CakePHP 5.0 Chiffon. Faster. Simple. Delicious. What's new in version The migration guide has a complete list of what's new in. We recommend you give that page a read when upgrading. A few highlights from 5.0 are: PHP 8.1 required. Improved typehints across the framework. CakePHP now leverages union types to formalize the types of many parameters across the framework. Upgraded to PHPUnit 10.x
CakePHPには、翻訳をビヘイビアを使用する方法と翻訳ファイルを使用する方法の2つがあるそうです。(他にもあるのかな?) 今回は、翻訳ファイルを使用して言語の切り替えを行い、その言語設定をCookieに保存して次回訪問時もその言語で開くようにしてみようと思います。 翻訳ファイルの原本を作成する PO/MOファイルというものを使用するようです。 まず、POTファイルつくります。コマンドラインから..../app/Consoleにcd(移動)します。(以下、....はアプリケーションのディレクトリに置き換えて下さい。) /cake/to/path/Console> cake i18n Welcome to CakePHP v2.6.1 Console --------------------------------------------------------------- App : a
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く