my $data = $c->model('PBDB')->table('pb_user') ->search( { 'order_by' => 'id ASC' } ); die Dumper $data;