Example #1
0
<?php

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