Comments By: Chris Dary
-
That was in http://code.google.com/p/pinq-php/source/browse/trunk/system/__init__.php by the wayposted on Jun 15, 2008 at 7:35pm | context
-
I'm still looking, but I see a bug/typo! // are we in ISS? define('PINQ_IN_ISS', defined('SERVER_IIS') && TRUE === SERVER_ISS); ISS should be IIS.posted on Jun 15, 2008 at 7:34pm | context
-
Interesting stuff, Peter - can't wait to see what comes of it. My only concern is that the end result seems just as verbose as writing the SQL directly. Is it more or less of a pain to just deal with the downfalls of having raw SQL in your code? Although I will be an advocate of minimizing join logic. And also, the fact that it can write XML as well is pretty awesome.posted on Jun 8, 2008 at 2:07pm | context
-
This is great stuff! I consider myself fairly advanced in PHP but a lot of this stuff I had never even seen before (__halt_compiler() ?!). (You should add a link tag to your head for your RSS - but subscribed!)posted on Aug 19, 2007 at 4:29am | context