static find, update, delete, create

master
Matt Huntington 8 years ago
parent 93f34ac85c
commit 163b7f9688

@ -17,7 +17,7 @@ class People {
return $people; return $people;
} }
static function add($person){ static function create($person){
$people = array(); $people = array();
$people[] = new Person('joni', 52); $people[] = new Person('joni', 52);
$people[] = new Person('bob', 34); $people[] = new Person('bob', 34);

Loading…
Cancel
Save