Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @throws Nette\Application\AbortException
- */
- public function updateTree($data)
- {
- $this->sendResponse(new Nette\Application\Responses\JsonResponse($data));
- }
- public function actionDefault()
- {
- $this->updateTree(array(
- array('title'=> 'Hello1'),
- array('title'=> 'Hello2')
- ));
- }
Advertisement
Add Comment
Please, Sign In to add comment