Proper Repository Pattern Design in PHP?

Preface: I’m attempting to use the repository pattern in an MVC architecture with relational databases. I’ve recently started learning TDD in PHP, and I’m realizing that my database is coupled much too closely with the rest of my application. I’ve read about repositories and using an IoC container to “inject” it into my controllers. Very … Read more

Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN

I have several virtual hosts setup, three of them pull files via SVN when needed(though only the trunk folder actually needs this), using SVN for other versions make for easy patch creation, or easy file replacement if i hack a core file. My question is whether i can checkin a plugin from directly inside the … Read more

Allowing Two Developers Access to a Plugin on the WordPress.org Plugin Repository?

The question is “How to Allow Two Developers Access to a Plugin on the WordPress.org Plugin Repository?” This question was asked on the wp-hackers list and @EAMann answered it nicely and it’s a great question to have here so I’m posting it for Eric to answer here. 1 1 There are two (2) steps. Add … Read more