Open GoogleCodeExporter opened 9 years ago
I managed to figure it out. Making Mooha send items to the client is easy -
just have to add item(s) to the mooha_items table - make sure the item_anchor
field is set to the current time in seconds - e.g. in php - date('U');
The problems I was having (it wasn't sending items to my phone) were due to
unrelated bugs in the code (as per other issues I had with Mooha, the
$_SESSION variables were all null/empty at the beginning of each request -
possibly because each request comes from a different IP address via my provider
- Optus). I solved all issues I was having by ripping out all of the $_SESSION
code from Mooha and replacing it with get/set function calls to the
JFactory::getSession() object in Joomla (I have integrated Mooha with a custom
component for the Joomla CMS).
Gavin
Original comment by smartmul...@gmail.com
on 2 Jan 2011 at 7:31
Original issue reported on code.google.com by
smartmul...@gmail.com
on 6 Dec 2010 at 3:12