Mercurial > hg > extraction-interface
comparison develop/classes/basemodel.php @ 38:4b3da4802998 extractapp
config for localgazetteers-dev
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 06 Mar 2015 17:56:48 +0100 |
parents | 04736430d961 |
children | c245d54eab9f |
comparison
equal
deleted
inserted
replaced
37:893ed33c2bd4 | 38:4b3da4802998 |
---|---|
3 abstract class BaseModel { | 3 abstract class BaseModel { |
4 // protected $database; | 4 // protected $database; |
5 protected $systemNAME, $topic; | 5 protected $systemNAME, $topic; |
6 | 6 |
7 protected $get_text_from_fileId_url = "http://localgazetteers-dev:8080/LGServer/rest/text/getFileText?fileId="; | 7 protected $get_text_from_fileId_url = "http://localgazetteers-dev:8080/LGServer/rest/text/getFileText?fileId="; |
8 protected $get_text_from_sectionId_url = "http://localgazetteers-dev:8080/LGServerrest/text/getSectionText?sectionId="; | 8 protected $get_text_from_sectionId_url = "http://localgazetteers-dev:8080/LGServer/rest/text/getSectionText?sectionId="; |
9 protected $save_to_LGService_url = "http://localgazetteers-dev:8080/LGServer/rest/text/save"; | 9 protected $save_to_LGService_url = "http://localgazetteers-dev:8080/LGServer/rest/text/save"; |
10 protected $save_new_to_LGService_url = "http://localgazetteers-dev:8080/LGServer/rest/text/saveNew"; | 10 protected $save_new_to_LGService_url = "http://localgazetteers-dev:8080/LGServer/rest/text/saveNew"; |
11 | 11 |
12 /* | 12 /* |
13 // protected $lg_server_url = "http://141.14.239.226:8080/gazetteer-server/rest/text/"; | 13 // protected $lg_server_url = "http://141.14.239.226:8080/gazetteer-server/rest/text/"; |