Skip to content

Instantly share code, notes, and snippets.

@enaeseth
Created May 3, 2011 19:33
Show Gist options
  • Save enaeseth/954041 to your computer and use it in GitHub Desktop.
Save enaeseth/954041 to your computer and use it in GitHub Desktop.
<?php
track_http_event('request/view', array(
'request' => array(
'id' => $request->id,
'owning_user_id' => $request->owner()->id
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment