$types = Model_Type::find('all');
$hairs = Model_Hair::find('all');
$races = Model_Race::find('all');
$eyes = Model_Eye::find('all');
But this will produce 4 queries. Is there ANY way to make it using 1 query or so?
Thank you It looks like you're new here. If you want to get involved, click one of these buttons!