Page 1 of 1

Propel - Getting Most Recent Record

Posted: Tue Jul 15, 2008 9:55 pm
by jack_indigo
I have a members table that's mated to an addresses table, where one member can have multiple addresses (for historical reasons). What's the most efficient Propel-based technique to getting the latest (most recent) address for a given member? Sure, I can just open up a can of direct PDO API and go that route, but I'm wanting to do it in the Propel method because our senior programmer prefers that.