Then in my view I run through this array and get all the registered
users for each company and print them out in a nice, easy to read list.
I am order in ascending order by company, but I would also like to order
the users for each company in ascending order as well. I am not exactly
sure where to start with this. I think this might be a hashing issues
but I am not really sure. In line with that thinking, does the above
find save "stuff" in a hash or a strait forward array? Any suggestions?
Thanks,
Then in my view I run through this array and get all the registered
users for each company and print them out in a nice, easy to read list.
I am order in ascending order by company, but I would also like to order
the users for each company in ascending order as well. I am not exactly
sure where to start with this.
Is :order => 'company asc, name asc' what you mean
I think this might be a hashing issues
but I am not really sure. In line with that thinking, does the above
find save "stuff" in a hash or a strait forward array? Any suggestions?
Thanks,