in reply to Re: RFC : AJAX + DBI = DBIx::LiveGrid
in thread RFC : AJAX + DBI = DBIx::LiveGrid
So it expects to be called like this:sub run { my( $self, $cfg, @query_params ) = @_; my $liveGrid = $self->new( %$cfg ); my $db_table = $liveGrid->query_database( @query_params ); # ... }
The first parameter "$self" is "DBX::LiveGrid".DBIx::LiveGrid->run( \%cfg, $dbh, $table, \@fields, \@where );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: RFC : AJAX + DBI = DBIx::LiveGrid
by Anonymous Monk on Sep 21, 2005 at 21:25 UTC | |
by jZed (Prior) on Sep 21, 2005 at 21:29 UTC |