Arthur Eshenbrener

Avatar
  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 3
  • Created

    Setup language injection into tagged es6 template strings

    ES6 brings us new feature called template strings, which can be tagged (actually processed with a function). This feature is very useful to wrap SQL:   ``` import {SQL} from "sql-template-strings" ...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Custom language injection rule.

    Hi!Is there any way to automaticaly inject SQL launguage into PDO::exec()/PDO::query() method first argument?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How to documenting a class decorator?

    Hi!I have some class like this:class A {     public function method1() { /** do somethig **/ }     public function method2() { /** do somethig **/ }     public function method3() { /** do somethig ...
    • 3 followers
    • 5 comments
    • 0 votes