samstrasser / vishis

Automatically exported from code.google.com/p/vishis
0 stars 0 forks source link

Write first part of backend code #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
search.php
  * include, initialize classes for each site passed in
  * $site->search($query);
  * encode results in json
  * output json
  * note: should be serial
interface TrustedSite
 * connect(url)
 * disconnect()
 * search(q)
class VishisDatabase implements TrustedSite

Original issue reported on code.google.com by sam.stra...@gmail.com on 4 Jan 2008 at 8:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Finished the PHP representation of the data.  Still need to output to json 
format.

Original comment by sam.stra...@gmail.com on 11 Jan 2008 at 9:09

GoogleCodeExporter commented 9 years ago
outputs to json now

Original comment by sam.stra...@gmail.com on 11 Jan 2008 at 9:51