1 2 3 4 5 6 7 8 9 | {@ $oDB = &DB::getInstance(); $result = $oDB ->_query( "select * from organic" ); $output = $oDB ->_fetch( $result ); } <!--@ foreach ( $output as $key => $val )--> { $val ->numl} / { $val ->depart} .... <!--@ endforeach --> |