You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Does the MVC architecture have a facility for a component to get/set metadata on a per-user basis? (e.g. user preferences). The com_config is a nice facility for component-based preferences, but I'm looking for user specific preferences for my component.
Granted, this is easy to implement with my own model/table, I'm just looking to use the most from the framework as I can.
Sam Moffatt
unread,
Aug 18, 2012, 2:22:53 AM8/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
I think in reality there isn't a good place in general to handle this.
In theory you could utilise the user preferences however in practice
that's more effort than it's worth. I'd suggest you're better off
handling it yourself.