タグ

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

タグの絞り込みを解除

Doctrineに関するabetomotomoのブックマーク (3)

  • Doctrine: PHP Open Source Project

    Available as part of the Tidelift Subscription . Tidelift is working with the maintainers of Doctrine ORM and thousands of other open source projects to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Enterprise-ready open

    Doctrine: PHP Open Source Project
  • symfony & Doctrine その2 : アシアルブログ

    今回はaskeetのday02をDoctrineで実行してみたいと思います。 まずは、Doctrineを使うためのプラグインのインストールです。インストールといっても、symfonyで作成したプロジェクトディレクトリ直下にある、pluginsディレクトリで以下のコマンドを実行すれば終了です。 svn co http://svn.symfony-project.com/plugins/sfDoctrinePlugin/branches/1.0 sfDoctrinePlugin ../symfony cc

    symfony & Doctrine その2 : アシアルブログ
  • symfony & Doctrine : アシアルブログ

    symfonyでプログラミングを始める場合、今までSQLを記述してきた人にとってはPropelが障害になることが多いようです。 今回はsymfonyで使用可能なO/Rマッパ Doctrineを紹介したいと思います。 symfonyで採用されているデフォルトのO/Rマッパ PropelはSQLをほとんど書かずにオブジェクト操作でDBにアクセスする設計になっています。このオブジェクト操作でDBにアクセスする方法は、慣れれば別にそれほど悪くないと思います。 でも、普段SQLに慣れている人にとっては、SQLを考える、それに対応するクライテリアを考える、実装、というようにSQLからクライテリアが必要になってしまいます。そのため、直感的な操作が中々難しくなるかもしれません。 そこで、今回紹介するDoctrineの登場です。DoctrineはよりSQLに近い、DQLというものを使用してDBを操作します。

    symfony & Doctrine : アシアルブログ
  • 1