Fetch Productions by Venue
$production = pods( 'production' ); $params = array( 'where' => 'venue.ID = 3' ); $production->find( $params ); // loop through a while( $production->fetch() ) and use $production->field() to get the values of each field
$production = pods( 'production' ); $params = array( 'where' => 'venue.ID = 3' ); $production->find( $params ); // loop through a while( $production->fetch() ) and use $production->field() to get the values of each field