1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 23:16:28 +02:00

Cache handler test added. Cache handler getLastError() method added.

This commit is contained in:
Cameron
2020-12-16 09:45:11 -08:00
parent 8e5bc7d829
commit 1c0cfbe0ff
6 changed files with 235 additions and 2 deletions

View File

@@ -0,0 +1 @@
<?php exit;<!-- tablestyle: style=default id=wm --><div>Get Started</div>

View File

@@ -0,0 +1,5 @@
<?php exit;array (
'most_members_online' => 4,
'most_guests_online' => 4,
'most_online_datestamp' => 1534279911,
)

View File

@@ -0,0 +1,3 @@
{
"status": "not needed"
}

View File

@@ -0,0 +1,18 @@
array (
'_FIELD_TYPES' =>
array (
'online_timestamp' => 'int',
'online_flag' => 'int',
'online_user_id' => 'escape',
'online_ip' => 'escape',
'online_location' => 'escape',
'online_pagecount' => 'int',
'online_active' => 'int',
'online_agent' => 'escape',
'online_language' => 'escape',
),
'_NOTNULL' =>
array (
'online_location' => '',
),
)