Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/modules/simple_auth/classes/authmodeler.php |
<?php
/**
* Auth_Modeler
*
* @package simpleauth for Kohana 3.x
* @author thejw23
* @copyright (c) 2010 thejw23
* @license http://www.opensource.org/licenses/isc-license.txt
* @version 2.0 RC1
* @last change initial release
*
* modified version of Simple_Modeler, removed all methods not needed for Auth
* class name changed to prevent conflicts while using original Simple_Modeler
*/
class authmodeler extends authmodeler_Core {
}