From 1d59db534215740f83d84a4fb0fc79cd05bf7a85 Mon Sep 17 00:00:00 2001 From: Julien Liabeuf Date: Wed, 30 Jul 2014 22:34:55 +0700 Subject: [PATCH] Add a first example (used for testing) --- examples/index.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/index.php diff --git a/examples/index.php b/examples/index.php new file mode 100644 index 0000000..6a998fb --- /dev/null +++ b/examples/index.php @@ -0,0 +1,6 @@ +get_results(); +print_r( $results ); +$pics->cache_results( $results ); \ No newline at end of file