Provided access to Database caching setting via caching()

This commit is contained in:
Deon George
2015-10-08 15:59:42 +11:00
parent 668a929a1c
commit fdd06daed3
2 changed files with 22 additions and 0 deletions

4
classes/Database.php Normal file
View File

@@ -0,0 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
abstract class Database extends lnApp_Database {}
?>