Skip to content

Instantly share code, notes, and snippets.

@gregfroese
Created January 30, 2009 20:14
Show Gist options
  • Save gregfroese/55239 to your computer and use it in GitHub Desktop.
Save gregfroese/55239 to your computer and use it in GitHub Desktop.
$friendsActivity = orm("UserActivity")->find_all(array("join" => array("INNER JOIN silk_friends on friends.user_id = silk_user_activity.user_id"), "conditions" => array("friends.user_id = ?", $params["user_id"])));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment