ADOdb Library for PHP Manual V4.91 2 Aug 2006 (c) 2000-2006 John Lim (jlim#natsoft.com) Thanks to Gyõrvári 'Scr34m' Gábor (scr34m#frontember.hu) for html splitting and conversion to chm.This software is dual licensed using BSD-Style and LGPL. Where
List list2 = new ArrayList(); public List getAll(String i,List list){ Iterator iter = list.iterator(); while(iter.hasNext()){ Student student = (Student)iter.next(); if(i.equals(student.getParentid())){ list2.add(student.getId()); getAll(student.get