Skip to content

Instantly share code, notes, and snippets.

@sartas
Created August 26, 2013 07:47
Show Gist options
  • Select an option

  • Save sartas/6338952 to your computer and use it in GitHub Desktop.

Select an option

Save sartas/6338952 to your computer and use it in GitHub Desktop.
// news.list
// костыль для правильного кеширования, чтобы страницы с гет параметрами кешировались отдельно
global $PAGE_ID ;
$PAGE_ID = array();
if(isset($_GET['id'])){
$PAGE_ID['id']=$_GET['id'];
}
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment