Skip to content

Instantly share code, notes, and snippets.

View DavidVaini's full-sized avatar

David Vaini DavidVaini

View GitHub Profile
@DavidVaini
DavidVaini / Happpi_Getting_Started.php
Created November 1, 2012 17:20 — forked from curt-labs/Happpi_Getting_Started.php
Happpi PHP Library Examples - Examples on how to use the CURT PHP Library known as Happpi.
<?php
require_once('libraries/happpi/LoadAll.php'); // points to the LoadAll.php file for loading the library.
?>
<!doctype html>
<html>
<head>
</head>
<body>
@DavidVaini
DavidVaini / Happpi_Getting_Started.php
Created November 1, 2012 17:19 — forked from curt-labs/Happpi_Getting_Started.php
Happpi PHP Library Examples - Examples on how to use the CURT PHP Library known as Happpi.
<?php
require_once('libraries/happpi/LoadAll.php'); // points to the LoadAll.php file for loading the library.
?>
<!doctype html>
<html>
<head>
</head>
<body>