Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by gh0std09 ( 8 years ago )
<?php

namespace application\Models;

class PlayersCollection
{
    private $storage;

    public function __construct(){
        $storage = new SplObjectStorage();
    }

}

 

Revise this Paste

Your Name: Code Language: