Skip to content

Instantly share code, notes, and snippets.

@dagostoni
Last active December 17, 2015 22:39
Show Gist options
  • Save dagostoni/5683879 to your computer and use it in GitHub Desktop.
Save dagostoni/5683879 to your computer and use it in GitHub Desktop.
propel query debug
<?php
$con = Propel::getConnection(MediaPeer::DATABASE_NAME);
$con->useDebug(true);
echo $con->getLastExecutedQuery();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment