PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Receipt   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Receipt
Process and display expense receipts
Author: By
Last change:
Date: 21 hours ago
Size: 404 bytes
 

Contents

Class file image Download
<?php
/**
 * @author Pierre-Henry Soria <[email protected]>
 * @copyright (c) 2015, Pierre-Henry Soria. All Rights Reserved.
 * @license MIT License <http://www.opensource.org/licenses/mit-license.php>
 * @link http://github.com/pH-7/
 */

require 'Receipt.class.php';

echo
'<div style="align:center">' . nl2br(new Receipt('baskets.data.php')) . '</div>';