タグ

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

  • 関連タグはありません

タグの絞り込みを解除

Laravelとdoctrineに関するtomo_thumbのブックマーク (2)

  • 好みのライブラリに入れ替える(DB編 - Qiita

    Laravelはデフォルトで様々コンポーネントが用意されていますが、 それらのほとんどはユーザーの好みによって好きなものに入れ替える事が出来ます。 中には入れ替えるのに若干難易度が高いものもありますが(routerとか)、 基的には自由に組み合わせる事が出来ます。 入れ替えについてはあまり記述を見かけないと思いますので、 ここではDBファサードを通じて利用されている illuminate/database(Eloquent, クエリービルダー, basic) を doctrine/dbal に変更してみます Laravelの内部までソースを追っている方はだいたい分かると思いますが、 変更してもデフォルトで用意されてるものを継承して、 使うライブラリに併せて少しだけ変更する程度ですのでビビらずに好きなものに変えてしまいましょう まずは doctrine/dbal を入れます

    好みのライブラリに入れ替える(DB編 - Qiita
  • Test-Driven Development With Laravel & Doctrine | Envato Tuts+

    As a PHP developer, you may use the Test-Driven Development (TDD) technique to develop your software by writing tests. Typically, TDD will divide each task of the development into individual units. A test is then written to ensure that the unit behaves as expected. Every project that uses Test-Driven Development follows three simple steps repeatedly: Write a test for the next bit of functionality

    Test-Driven Development With Laravel & Doctrine | Envato Tuts+
  • 1