コード例 #1
0
ファイル: 02.php プロジェクト: YidaChen/tutorial-php-advenced
<?php

$root = new Category('root');
$category = $root->getCategory('test');
$articles = $root->getArticlesFrom($category);