/framework/core/session/SessionFactory.php
http://zoop.googlecode.com/ · PHP · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 69af007929fd03a328cd3a97e0d11fbe MD5 · raw file
- <?php
- class SessionFactory
- {
- static function getEngine($params)
- {
- return new SessionDb($params);
- }
-
- }