Wikka Action Datastore Test
ProjectWikkaI've added a data persistence mechanism to my base action class. It uses a basic base64 serialize routine. The action below tests this mechanism.
Usage
{{actionclassdatastoretest}}Output
dumped datastore
current time: 2012-05-23 00:26:13
last loaded: 2011-07-05 08:34:46
first loaded: 2010-04-18 21:17:38
Array
(
[html_test] => home page
[wikka_test] => **bold**""a pre tag
""//italic//
[recursive_test] => --> """"
[first_load] => 2010-04-18 21:17:38
[last_load] => 2011-07-05 08:34:46
)
[There are no comments on this page]