How I can store custom values in Joomla's "Application context"?
Posted
by
Q-Protex
on Stack Overflow
See other posts from Stack Overflow
or by Q-Protex
Published on 2010-12-28T16:48:44Z
Indexed on
2010/12/28
16:54 UTC
Read the original article
Hit count: 128
joomla
I just finished to implement a custom functionality in one of the page articles in my Joomla website using sorcerer. In this page it is possible to query a hash and lookup it against a database.
I would like to store the last 5 queries and show them in the page but I don't know how to do it. I need something as Java EE "Application Context" to store this values and make them available to all the users so using a Session to store this values is not what I need.
I saw in the documentation that in Joomla exists JApplicacion but none of his methods allows me to store data.
© Stack Overflow or respective owner