P.S. > $stmt->from->join[1]->column = 'salary';
should be
$stmt->from->join[1]->table = 'salary';
Sorry about that.
The idea is to have something like what the CGI module provides for HTML.
--
Reinier
P.S. > $stmt->from->join[1]->column = 'salary';
should be
$stmt->from->join[1]->table = 'salary';
Sorry about that.
The idea is to have something like what the CGI module provides for HTML.
--
Reinier