diff -r 4732f078d0fe -r adb907bba956 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 Fri May 22 17:48:14 2015 +0200 @@ -0,0 +1,55 @@ + $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); + + }