public function action_createtree()
{
if (\Input::method() == 'POST')
{
\Debug::dump(\Input::post()); #die;
$tree = \Metadata\Model_Tree::forge();
$tree->tree_new_root();
\Debug::dump($tree); die;
}
return \Theme::instance()
->get_template()
->set( 'content',
\Theme::instance()->view('admin/meta/createtree')
);
}
It looks like you're new here. If you want to get involved, click one of these buttons!