for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) 2011 - 2015 Oleksandr Torosh (http://yonastudio.com)
* @author Oleksandr Torosh <[email protected]>
*/
namespace Tree\Mvc;
use Phalcon\Mvc\User\Component;
use Tree\Model\Category;
class Helper extends Component
{
public function treeUpperLeafs($root)
return Category::treeUpperLeafs($root);
}