Joomla: Call helper function from within a model?
I'm starting off with both php and Joomla development, and finding it difficult working within Joomla to do some fairly simple stuff. Went through the Joomla MVC example and Lynda (and have built a few simple views so far). I have a helper file/class/function that outputs all the userids that exist in the "completed" table so I can display a link for either a new record based on that user or edit an existing user's record. I've already used a different function in this helper file successfully in a different part of the component ( Joomla: Write and call a helper function in a component ).