예제 #1
0
 function __init()
 {
     parent::__init();
     $this->headers = array('http' => 'HTTP/1.1 200 OK');
     $this->read_key = $this->v('endpoint_read_key', '', $this->a);
     $this->write_key = $this->v('endpoint_write_key', '', $this->a);
     $this->a['store_allow_extension_functions'] = $this->v('store_allow_extension_functions', 0, $this->a);
     $this->result = '';
 }
예제 #2
0
 function __init()
 {
     parent::__init();
     $this->headers = array('http' => 'HTTP/1.1 200 OK', 'vary' => 'Vary: Accept');
     $this->read_key = $this->v('endpoint_read_key', '', $this->a);
     $this->write_key = $this->v('endpoint_write_key', '', $this->a);
     $this->a['store_allow_extension_functions'] = $this->v('store_allow_extension_functions', 0, $this->a);
     $this->allow_sql = $this->v('endpoint_enable_sql_output', 0, $this->a);
     $this->result = '';
 }
예제 #3
0
 function __init()
 {
     parent::__init();
 }
 function __init()
 {
     /* db_con */
     parent::__init();
 }
예제 #5
0
 function __init()
 {
     /* db_con */
     parent::__init();
     $this->engine_type = $this->v('store_engine_type', 'MyISAM', $this->a);
 }