diff -r 03e8815a012d -r 18b9be54174d server/php/basic/resources/library/renkanFunctions.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/php/basic/resources/library/renkanFunctions.php Tue Jun 02 16:42:02 2015 +0200 @@ -0,0 +1,60 @@ + $renkanId, + 'title' => $title, + 'description' => $description, + 'uri' => NULL, + 'color' => NULL, + 'created' => $now->format("c"), + 'updated' => $now->format("c"), + 'nodes' => [], + 'edges' => [], + 'users' => [], + 'views' => [] + ]; + + return json_encode($renkan_array); + + }