General (backend) infrastructure

Program-Flow

todo

$retval = array(

  // 0. result: rows-/list
  array( 
    array('cell0', 'cell1', 'cell3') 
  ),

  // 1. result: columns
  array( 'column1', 'column2', 'column3' ),

  // 2. meta informations
  array( colcount => 8, rowcount => 5, error => 0 )
  array( error => -1000, errortext => 'Help!' )
  // more: 
       query => '<original query string>', id => '<uuid>', duration => (float).012345
);

done

PythonModules

Python RSS Aggregators