File path: dist/twist/Core/Models/Session/Mysql.model.php
Namespace: Twist\Core\Models\Session
Type: Model
Mysql
— TwistPHP - An open source PHP MVC framework built from the ground up.
Shadow Technologies Ltd.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
<?php
//Call the function setHandlers with the example vars
$resMysql = new \Twist\Core\Models\Session\Mysql();
$resMysql -> setHandlers();
Method | Access | Returns |
---|---|---|
__construct | construct | void |
__destruct | public | void |
setHandlers | protected | void |
open | public | void |
close | public | void |
read | public | void |
write | public | void |
destroy | public | void |
gc | public | void |