Module can store data? - Joomla! Forum - community, help and support
hi,
i'm developing module need store small data avoid continuously module request extarnal sites. module can store data? in case of components normal create table used component store custom data in case of module there "standard" place possible store small data? default module settings stored joomla db , read module during loading $params->get("xxx"); possible write field? suggestions?
thank you
i'm developing module need store small data avoid continuously module request extarnal sites. module can store data? in case of components normal create table used component store custom data in case of module there "standard" place possible store small data? default module settings stored joomla db , read module during loading $params->get("xxx"); possible write field? suggestions?
thank you
you can store data in small text file.
Comments
Post a Comment