Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • webservice
  • tests
  • nstest.php
  • ClientTools Javascript Updates
    07a1d03f
    Mark Holtzhausen authored
    2009-08-11 16:43:38 +0200  
    Browse Code ยป
nstest.php 116 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
<?php

class jsonWrapper{
	public function __construct($content=NULL){
		$content=@json_decode($content);
	}
	
}

?>