Logo white

Administrator / test_3

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_3
  • frontend
  • views
  • catalog
  • index.php
  • firs page
    c8a3b6d1
    Administrator authored
    2016-01-25 16:56:47 +0200  
    Browse Code ยป
index.php 78 Bytes
Edit Raw Blame History
1 2 3 4 5 6
<?php

use common\models\Catalog;

$tree = new Catalog();
echo $tree->build();