Skip to content

Instantly share code, notes, and snippets.

@omoon
Created May 30, 2012 04:57
Show Gist options
  • Save omoon/2833838 to your computer and use it in GitHub Desktop.
Save omoon/2833838 to your computer and use it in GitHub Desktop.
how to get the pdo object in FuelPHP
\Database_Connection::instance()->connect();
$pdo = \Database_Connection::instance()->connection();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment