Example #1
0
 public static function notes()
 {
     $notes = notes::fetch();
     if (!is_array($notes)) {
         $notes = array();
     }
     return json_encode($notes);
 }