PHP Classes

File: arraySearch.example.data.php

Recommend this page to a friend!
  Classes of Matthew Knowlton   Array Search   arraySearch.example.data.php   Download  
File: arraySearch.example.data.php
Role: Auxiliary data
Content type: text/plain
Description: data for search example
Class: Array Search
Search and filter array data using MySQL database
Author: By
Last change:
Date: 8 years ago
Size: 777 bytes
 

Contents

Class file image Download
{ "todos":[ { "Title":"Thing 1", "Description":"fun thing to do!!", "Priority":"4" }, { "Title":"Thing 2", "Description":"other thing to do (not as fun)", "Priority":"3" }, { "Title":"Thing 3", "Description":"Important thing!!", "Priority":"10" }, { "Title":"Thing 4", "Description":"Free-time project", "Priority":"1" }, { "Title":"Thing 5", "Description":"Deadline of Tonight Thing!!!", "Priority":"10" }, { "Title":"Thing 6", "Description":"Important Other Thing", "Priority":"9" } ] }