コード例 #1
0
 /**
  * prupose: populate the object from the database
  * @return
  */
 function load()
 {
     //fetch data from database and fill values
     return parent::load("sotf_stations", "station");
 }
コード例 #2
0
 /**
  * load node data from sql
  */
 function load()
 {
     //fetch data from database and fill values
     return parent::load("sotf_nodes", "id");
 }