Propel - Getting Most Recent Record
Moderator: General Moderators
-
jack_indigo
- Forum Contributor
- Posts: 186
- Joined: Sun Jun 08, 2008 11:25 pm
Propel - Getting Most Recent Record
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.