$of = new ObjectFactory(); $theShit = $of->construct('Task'); $theShit->do('My thang', $accomplished); while (!$accomplished) { self::_work($theShit); }
Jul 26 2008, 10:48