/**
  * Save the compile time to the db so that we can use it to build the link
  */
 private function save_less_parse_time()
 {
     $this->db_adapter->write_data_to_config(self::GET_VARIBALE_NAME, Ai1ec_Time_Utility::current_time());
 }
Exemple #2
0
 /**
  * Save the compile time to the db so that we can use it to build the link
  */
 private function save_less_parse_time()
 {
     $this->db_adapter->set(self::QUERY_STRING_PARAM, $this->_registry->get('date.system')->current_time(), true);
 }