Skip to content

Instantly share code, notes, and snippets.

@notomato
Created March 31, 2014 06:41
Show Gist options
  • Save notomato/9886555 to your computer and use it in GitHub Desktop.
Save notomato/9886555 to your computer and use it in GitHub Desktop.
<?php
/**
* Do a raw sql query.
*
* @param $sql
* @return \lithium\data\source\database\adapter\Pdo\Result
*/
public static function execute($sql) {
return static::connection()->invokeMethod('_execute', array($sql));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment