php sample help
$sm = new xxxxControl_created(); $sm->Start(); while($sm->IsEnd()==FALSE) { $sm->Update(); }