Example #1
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Beersmith Test</title>
</head>

<body>

<?php 
require_once './include/content_utils.php';
require_once './include/beersmith_recipe.php';
$recipe = new BeersmithRecipe();
$recipe->loadFromBSMX('./include/the_final_straw(8-wyeast3944-0.6)[ag,5gal].bsmx');
?>



</body>
</html>