タグ

DIとPHPに関するtksthdnrのブックマーク (2)

  • Symfony 2のアプリケーション構成を読む

    こんにちは。小川です。 今週からアシアルのオフィスの一部でフリーアドレス制度が導入されました。 もしフリーアドレスを実施している会社にお勤めの方がいましたら、導入のアドバイスとか、おすすめのグッズなどがあれば教えてください! (今までは机の上にぬいぐるみなどを置いていたりしたのですが、移動が面倒になった分遊び心がもてなくなってしまい面白くないので、そのあたり工夫されていることがあればぜひ!) さて、今回のテーマはSymfony 2です。先月なかごろにプレビュー版がリリースされました。ご存じの方もいらっしゃると思います。 今回はSymfony 2の特徴に加え、実際にSymfony 2で作るアプリケーションの構成はどのようになるか、ということをお話ししたいと思います。 ------------------------------------------ 追記 Symfony Component

    Symfony 2のアプリケーション構成を読む
  • Dependency Injection with PHP 5.3

    This document provides an overview of dependency injection and describes how to build a simple dependency injection container in PHP 5.3 using anonymous functions (lambdas). It discusses how the container can be used to manage parameters, describe object creation through lambdas, handle object scoping, and provide a unified interface. The container allows decoupling object dependencies and makes c

    Dependency Injection with PHP 5.3
  • 1