Archives by date

You are browsing the site archives by date.

【Symfony2.3】Many-to-Manyのリレーションテーブルに追加情報を持たせたい。

時は下記のようにすればOK。

http://stackoverflow.com/questions/3542243/doctrine2-best-way-to-handle-many-to-many-with-extra-columns-in-reference-table

安定のstackさん。

One-to-ManyとMany-to-Oneを用いて自分でリレーションテーブルを定義してやればよい。

 

【Symfony2.3】リリース前の時にやったコマンドメモ。

最終行の意味は調査中。

php app/console cache:clear --env=prod --no-debug
php app/console assets:install web_directory
php app/console assetic:dump web_directory