Example #1
0
 public function get_storage($type)
 {
     return PDO::create($type)->attach_backend(\Core\Backend::container()->get_backend());
 }