Skip to content

Commit

Permalink
Add a first example (used for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien731 committed Jul 30, 2014
1 parent 0c570ad commit 1d59db5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
require( '../includes/openpeek-class.php' );
$pics = new OpenPeek( 'dumrmhu4', '34f710899fb2424aeb213c881ff10109' );
$results = $pics->get_results();
print_r( $results );
$pics->cache_results( $results );

0 comments on commit 1d59db5

Please sign in to comment.