getMultipleData($sel, $activ, $table)
in lib/class.tobus.php
/**
*getMultipleData select many entrys (not id specified) from database
*
*@param $activ select the activity status for editable entry in CMS
*It ($activ) can used for a SQL-Injection from called scripts. The
*called scripts must check the input or set a fix value.
*@see strings::num
*@param $table select one or more tables (commaseperated)
*@param $sel get an array with selected fields (as table.field in multiple-table statement)
*@global $_TOBUS
*/
|