Skip to content

Instantly share code, notes, and snippets.

@phalcon
Created February 20, 2013 21:08
Show Gist options
  • Select an option

  • Save phalcon/4999629 to your computer and use it in GitHub Desktop.

Select an option

Save phalcon/4999629 to your computer and use it in GitHub Desktop.
<?php
class Robots extends Phalcon\Mvc\Model
{
public function initialize()
{
$this->keepSnapshot(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment