getOne(2)->getF2() . '
'; foreach($dal->getAll() as $t1) { echo $t1->getF1() . ' ' . $t1->getF2() . '
'; } echo file_get_contents('http://localhost:81/ajax/service.php/2') . '
'; echo file_get_contents('http://localhost:81/ajax/service.php') . '
'; ?>