createSelectQuery(); $q->select( '*' )->from( 'quotes' ); $stmt = $q->prepare(); $stmt->execute(); ?>