[dcphp-dev] [JOB] PHP developer

2016-12-15 Thread Tim Burch
AM UTC-5, Tim Burch wrote: > > Hi, everyone, > > I'm looking to hire a PHP developer to join my growing software business, > which consists of myself (full-time) and another senior developer > (part-time). Unlike a lot of other firms, mine focuses on custom, > enterpri

[dcphp-dev] [JOB] Junior PHP developer

2016-12-06 Thread Tim Burch
Hi, everyone, I'm looking to hire a junior PHP developer to join my growing software business, which consists of myself (full-time) and another senior developer (part-time). Unlike a lot of other firms, mine focuses on custom, enterprise-level applications. Projects have included homegrown

[dcphp-dev] Re: Global Variables Question

2017-03-28 Thread Tim Burch
I agree with Ray that dependency injection is a more elegant solution to the problem. It makes certain resources, for example, a database connection, available throughout an application or framework, while minimizing mutability and the problems & confusion that come with it. Here's another