コード例 #1
0
ファイル: settings.php プロジェクト: shannara/banshee
 protected function handle_submit()
 {
     parent::handle_submit();
     $cache = new cache($this->db, "settings");
     $cache->store("last_updated", time(), 365 * DAY);
 }