示例#1
0
<?php

include "noodles.php";
$facade = new ProductFacade(__DIR__ . "/test.txt");
print_r($facade->getProducts());