CodeIgniter Forums
Working with JSON and MVC of Controller - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Working with JSON and MVC of Controller (/showthread.php?tid=41302)



Working with JSON and MVC of Controller - El Forum - 05-04-2011

[eluser]Unknown[/eluser]
Can we Implement JSON With Codeigniter MVC Farmework !!!


Working with JSON and MVC of Controller - El Forum - 05-04-2011

[eluser]eoinmcg[/eluser]
of course. php has native functions to handle json:

http://php.net/manual/en/ref.json.php


Working with JSON and MVC of Controller - El Forum - 05-04-2011

[eluser]Nick_MyShuitings[/eluser]
Can we Implement JSON With Codeigniter MVC Farmework ???

FTFY

lol... but in essence its like eoinmcg said... anything that you can do in php you can do in Codeigniter... so php.net/manual is your friend