예제 #1
0
파일: init.php 프로젝트: thruthesky/backend
function node($name)
{
    $node = new Node();
    $node->setTableName($name);
    return $node;
}