June 11, 2010

looking for a php SQL parser

Filed under: General,PHP,ZenMagick — DerManoMann @ 10:45 am

I have done some searching online, but despite multiple tries I can’t find a decent SQL (MySQL) parser in PHP. If anyone knows one I’d love to hear about that…

2 Comments

  1. By parser, what do you have in mind? Can you give an example?

    Comment by Raine — June 14, 2010 @ 2:38 pm

  2. Something to replace the zencart SQL patch code. It is ugly (although that is not critical) and some SQL I have it just fails and I don’t feel like fixing that.
    So, what I am looking for is some code that can tokenize SQL (so you have access to the individual bits) and put it back together into SQL that can be executed.

    Comment by DerManoMann — June 14, 2010 @ 10:24 pm

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.