Created
March 25, 2009 05:15
-
-
Save speedmax/85302 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Openbet_Collection { | |
static function fromArray($array, $class) { | |
$instance = new Openbet_Collection; | |
foreach ($list as $item) { | |
$instance[] = new $class($item); | |
} | |
return $instance; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment