vsforums
01-02-2014, 03:01 PM
Hi Guys,
I want to store some data from my plugin in the datastore so i don't have to query the database all the time.
I tried to do this by:
build_datastore('mytest', "test", 0);
and this actually saves it in the datastore table.
However i cannot access it by either:
$vbulletin->mytest
or
$vbulletin->datastore->mytest
Both return NULL.
Any idea?
I want to store some data from my plugin in the datastore so i don't have to query the database all the time.
I tried to do this by:
build_datastore('mytest', "test", 0);
and this actually saves it in the datastore table.
However i cannot access it by either:
$vbulletin->mytest
or
$vbulletin->datastore->mytest
Both return NULL.
Any idea?