Skip to content

Instantly share code, notes, and snippets.

@KendallHopkins
Created May 12, 2011 18:02
Show Gist options
  • Save KendallHopkins/969093 to your computer and use it in GitHub Desktop.
Save KendallHopkins/969093 to your computer and use it in GitHub Desktop.
$query = DB_store_categoryQuery::create();
$query->joinstore_categoryRelatedById("a");
$query->with( "a" );
$results = $query->find();
var_dump( $results );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment