Where to put a get data type of function in a package

Permalink
I'm building a package and I have a function that retrieves specific data from a table and returns an array. I need this for a view in a block and a single page which are part of the same package. Trying to stick to best practices, where should I put it?

jbsmith969
 
hereNT replied on at Permalink Best Answer Reply
hereNT
I'd say in a model or a helper.
jbsmith969 replied on at Permalink Reply
jbsmith969
Actually, I have a few things that should be moved into a model page now that I think about it. Sometimes you just need to think out loud... or in a forum in this case. :)