タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Doctrine2に関するbrtRiverのブックマーク (2)

  • Doctrine2を使った開発のワークフローで悩み中 - しんふぉにゃん

    symfony 1では、ORM Designerを使ってスキーマ設計→schema.yml書き出し→モデルやDBを生成(必要に応じてマイグレーション)というワークフローでした。 こういったワークフローをDoctrine2を使った開発でもやりたいと思い、Doctrine2のコマンド等とあれこれ格闘していますが、今のところまだ「これだ」と思える方法が見つかっていません。 現状、ぶつかった問題点 ORM DesignerはDoctrine2をサポートしているが完全ではなく、リレーションの情報など、一部書き出されたYAMLが不完全 YAMLでマッピング設定を書き、doctrine:generate:entitiesでエンティティを生成すると、getter/setterなども一挙に生成できて楽、しかし問題も YAMLにフィールドを追加した場合の追加分の書き出しがうまくいかなかった(2重になったりした

    Doctrine2を使った開発のワークフローで悩み中 - しんふぉにゃん
    brtRiver
    brtRiver 2010/10/18
    Entityの作成はなんらかの補完機能がないと辛い
  • Using repositories in Doctrine 2 | Mackstar - Kansai, Japan

    Submitted by Richard on Mon, 10/04/2010 - 13:37 One feature of Doctrine 2 and other data mapper style ORM's is that rather than each class model invoking itself to make queries in the database (Active Record style), custom queries to the database are handled by a bridge layer that is extends the Entity Manager. We cannot do any any queries to the DB without going through the Entity Manager, here i

    brtRiver
    brtRiver 2010/10/04
    Doctrine2でリポジトリを使う
  • 1