Search code examples
phpcodeignitercodeigniter-helpers

Is it okay to load models in Helpers in CodeIgniter?


I'm trying to use helpers to handle processes that involve multiple models. Is this okay in terms of best practices?


Solution

  • What sort of work is being done in the helpers? A library might be a better choice.