Help for this page

Select Code to Download


  1. or download this
    package MyApp::Location;
    
    ...
    });
    MyApp->register_source( 'ClosestUsers' => $new_source );
    ...
    
  2. or download this
    my $closeBy = [
      $c->model('MyApp')->resultset('ClosestUsers' )
    ...
            }
            )
       ];
    
  3. or download this
    SELECT me.id_checkin, me.user_id, me.modified, 
           me.location, me.accuracy FROM 
    ...
      FROM loc c
      ORDER by distance asc
      LIMIT ?)