$repo = EntityManager::getInstance()->getRepository('callsheet'); $result = $repo->findAll(); return json_encode($result, JSON_PRETTY_PRINT);