if i want to create and use my own utility classes/methods to be used i.e. inside controllers- is it better to use package or module? currently, i would start with package. am i ok?
- a package is a core extension, and contains additional framework functionality. No controller support. - a module is an app extension, and contains front-end code. It contains controllers.