LAST UPDATE, Functional Session Handling with Database Storage

This commit is contained in:
Erik Amaru Ortiz
2013-09-24 16:07:58 -04:00
parent b4c98570e8
commit aca0d1762a
9 changed files with 1506 additions and 24 deletions

View File

@@ -0,0 +1,19 @@
<?php
require_once 'classes/model/om/BaseSessionStorage.php';
/**
* Skeleton subclass for representing a row from the 'SESSION_STORAGE' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
class SessionStorage extends BaseSessionStorage {
} // SessionStorage