[eluser]BrianDHall[/eluser]
OK, now a real question. I'm looking to see if there is a short-hand for what I'm doing.
On a few forms and displays where I have lots of data entry and multiple relationship options to display. So I might have a Listing that needs drop-down boxes populated with propertytype, garagetype, amenities, petpolicy, etc etc. Right now to prep everything I do this:
It isn't a big deal, but is there a simple way to do this - like a load_all_related() function or somesuch so I don't have to load up each one individually?
I know about autoload/autopopulate features, but this is limited to just needing to use it in a few places. Its purely an attempt to reduce a few lines of code, but DMZ has so much flashy coolness that I figured I might be very well missing something.