Propel - Getting Most Recent Record

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
jack_indigo
Forum Contributor
Posts: 186
Joined: Sun Jun 08, 2008 11:25 pm

Propel - Getting Most Recent Record

Post 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.
Post Reply