Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 10 View Live

Wojciech Sznapka's Blog: Fully isolated tests in Symfony2

Wojciech Sznapka has a new post to his blog today looking at his creation of fully isolated tests as a part of a Symfony2 application. He talks about two issues he recently solved with testing...

View Article



Tibo Beijen's Blog: DDD using Doctrine 2: A case study

In a new post to his blog Tibo Beijen presents a case study about doing Domain Driven Design in an application using Doctrine2 to work with objects and your database. Nowadays developing web...

View Article

Gonzalo Ayuso's Blog: Database Abstraction Layers in PHP. PDO versus DBAL

In this new post to his blog, Gonzalo Ayuso compares two technologies that can make working with databases in your applications simpler - PDO and the Doctrine2 DBAL layer. In fact DBAL isn't a pure...

View Article

PHPBuilder.com: PHPUnit Fundamentals: Setting Up and Tearing Down a Doctrine...

New on PHPBuilder.com today is a tutorial showing you how to use set up and tear down methods in PHPUnit unit tests to work with a Doctrine 2 database, making it simpler to run self-contained testing....

View Article

DZone.com: Phar: PHP libraries included with a single file

On DZone.com today Giorgio Sironi has a new post looking at an interesting, if seldom used, feature of recent PHP releases - packaging applications with phar archives. Phar is a php extensions that...

View Article


Henrik Bjørnskov's Blog: Symfony2: How to do a Wizard (multistep form)...

Henrik Bj&oslashrnskov has a new post with a technique you can use to combine Symfony2 and Doctrine2 to create a multi-step form (a wizard) without having to worry about lost user information...

View Article

Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2

Jason Grimes has posted a new tutorial to his blog about integrating Zend Framework 2 with Doctrine, the powerful (and popular) ORM tool for PHP. In his example, he shows how to use them to store the...

View Article

Evan Coury's Blog: Sharing a database connection across modules in Zend...

Evan Coury has a new post to his site about a handy method for sharing database connections across modules in a Zend Framework application. With the new modular infrastructure in Zend Framework 2, one...

View Article


Martin Sikora's Blog: Silex + Doctrine 2 ORM

Martin Sikora has shared some of his experience with setting up a Silex instance to work with Doctrine2 in a new post to his blog. The popular microframework comes with a built-in Doctrine service...

View Article


Stefan Koopmanschap: Data migration with Doctrine2

In this latest post to his site Stefan Koopmanschap shares a solution he's found to migrating data with Doctrine2 from an existing structure. A project that I'm working on right now required me to...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images