Re: [PHP] Formatting -- defining sections of code

2012-12-14 Thread Larry Martell
On Fri, Dec 14, 2012 at 11:20 AM, Paul M Foster wrote: > On Fri, Dec 14, 2012 at 10:48:05AM -0500, Andy McKenzie wrote: > >> Hey folks, kind of a strange question here. >> >> Basically, I've been trying to move my style from "self taught" to "Oh >> yeah, there IS a standard for this." One of the

Re: [PHP] Formatting -- defining sections of code

2012-12-14 Thread Paul M Foster
On Fri, Dec 14, 2012 at 10:48:05AM -0500, Andy McKenzie wrote: > Hey folks, kind of a strange question here. > > Basically, I've been trying to move my style from "self taught" to "Oh > yeah, there IS a standard for this." One of the things I frequently > want to do is define sections of my code

Re: [PHP] Weird MySQL+Gearman issue - SOLVED

2012-12-14 Thread FeIn
On Fri, Dec 14, 2012 at 7:41 AM, FeIn wrote: > Hi all, > > I have a typical web application that does some basic CRUD operations. > Operations that modify the database (inserts, updates, deletes) > trigger a background gearman job to refresh the cache that is used for > another application. The pr