<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * Simple_User - simple class to store user data in session * * @package simpleauth for Kohana 3.x * @author thejw23 * @copyright (c) 2010 thejw23 * @license http://www.opensource.org/licenses/isc-license.txt * @version 2.0 * @last change initial release */ class simpleuser extends simpleuser_Core { }