diff develop/classes/basemodel.php @ 13:cc36a20a68ab

automatically decide which rows (what data) should be shown in the exporting table based on the topic.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 17 Feb 2015 15:25:11 +0100
parents e82ca7375e93
children ac77748bb813
line wrap: on
line diff
--- a/develop/classes/basemodel.php	Mon Feb 16 16:51:39 2015 +0100
+++ b/develop/classes/basemodel.php	Tue Feb 17 15:25:11 2015 +0100
@@ -3,6 +3,7 @@
 abstract class BaseModel {
 	// protected $database;
     protected $systemNAME, $topic; 
+
     // protected $lg_server_url = "http://141.14.239.226:8080/gazetteer-server/rest/text/";
     protected $get_text_from_fileId_url = "http://141.14.239.226:8080/gazetteer-server/rest/text/getFileText?fileId=";
     protected $get_text_from_sectionId_url = "http://141.14.239.226:8080/gazetteer-server/rest/text/getSectionText?sectionId=";