Log errors in the database

This commit is contained in:
Deon George
2013-04-09 14:47:27 +10:00
parent 52d9005b64
commit 6cb3e55ca9
3 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* Log errors in the database.
*
* @package OSB
* @category Models
* @author Deon George
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Log_Error extends ORM_OSB {
}
?>